SwiftDocCLinkReferenceStructureLinkReferenceA reference to a URL.struct LinkReferenceTopicsInitializersinit(from: any Decoder) throwsinit(identifier: RenderReferenceIdentifier, title: String, titleInlineContent: [RenderInlineContent]?, url: String)Creates a new link reference with its initial values.Instance Propertiesvar identifier: RenderReferenceIdentifierThe identifier of this reference.var title: StringThe plain text title of the destination page.var titleInlineContent: [RenderInlineContent]The formatted title of the destination page.var type: RenderReferenceTypeThe type of this link reference.var url: StringThe topic url for the destination page.Instance Methodsfunc encode(to: any Encoder) throws