SwiftDocCRenderPropertyStructureRenderPropertyA named property with a declaration-style type, content, and an optional list of attributes.struct RenderPropertyTopicsInitializersinit(from: any Decoder) throwsInstance Propertiesvar attributes: [RenderAttribute]?Additional list of attributes, if any.var content: [RenderBlockContent]?Additional details about the property, if available.var deprecated: Bool?If true, the property is deprecated.var introducedVersion: String?A version of the platform that first introduced the property, if known.let mimeType: String?A mime-type associated with the property, if applicable.let name: StringThe name of the property.var readOnly: Bool?If true, the property can only be accessed and not modified.var required: Bool?If true, the property is required in its containing context.let type: [DeclarationRenderSection.Token]The list of possible type declarations for the property’s value.let typeDetails: [TypeDetails]?The list of possible type declarations for the property’s value including additional details, if available.