SwiftDocCAttributesRenderSectionStructureAttributesRenderSectionA section that contains a list of attributes.struct AttributesRenderSectionTopicsInitializersinit(from: any Decoder) throwsinit(title: String, attributes: [RenderAttribute])Creates a new attributes section.Instance Propertiesvar attributes: [RenderAttribute]?The list of attributes in this section.var kind: RenderSectionKindvar title: StringThe section title.Instance Methodsfunc encode(to: any Encoder) throwsEnumerationsenum CodingKeysThe list of keys you use to encode or decode the section data.