SwiftDocCDocumentationBundleDocumentationBundle.InfoStructureDocumentationBundle.InfoInformation about a documentation bundle that’s unrelated to its documentation content.struct InfoDiscussionThis information is meant to be decoded from the bundle’s Info.plist file.TopicsInitializersinit(displayName: String, id: DocumentationBundle.Identifier, defaultCodeListingLanguage: String?, defaultAvailability: DefaultAvailability?, defaultModuleKind: String?)Creates a new documentation bundle information value.init(from: any Decoder) throwsInstance Propertiesvar defaultAvailability: DefaultAvailability?The default availability for the various modules in the bundle.var defaultCodeListingLanguage: String?The default language identifier for code listings in the bundle.var defaultModuleKind: String?The default kind for the various modules in the bundle.var displayName: StringThe display name of the bundle.var id: DocumentationBundle.IdentifierThe unique identifier of the bundle.