SwiftDocCAssetReferenceStructureAssetReferenceA reference to an asset.struct AssetReferenceTopicsInitializersinit(assetName: String, bundleID: DocumentationBundle.Identifier)Creates a reference from a given asset name and the bundle it is apart of.init(from: any Decoder) throwsInstance Propertiesvar assetName: StringThe name of the asset.let bundleID: DocumentationBundle.IdentifierThe identifier of the bundle the asset is apart of.