SwiftDocCTaskGroupRenderSectionStructureTaskGroupRenderSectionA task group section that contains links to other symbols.struct TaskGroupRenderSectionTopicsInitializersinit(from: any Decoder) throwsinit(title: String?, abstract: [RenderInlineContent]?, discussion: (any RenderSection)?, identifiers: [String], generated: Bool, anchor: String?)Creates a new task group.Instance Propertiesvar abstract: [RenderInlineContent]?An optional abstract summary for the section.let anchor: String?An optional anchor that can be used to link to the task group.var discussion: (any RenderSection)?An optional discussion for the section.let generated: BoolIf true, this is an automatically generated group. If false, this is an authored group.let identifiers: [String]A list of topic graph references.let kind: RenderSectionKindvar title: String?An optional title for the section.Instance Methodsfunc encode(to: any Encoder) throws