Skip to content

Latest commit

 

History

History
20 lines (17 loc) · 1.39 KB

ExtensionMetadata.md

File metadata and controls

20 lines (17 loc) · 1.39 KB

ExtensionMetadata

Properties

Name Type Description Notes
BundleInfo *BundleInfo [optional] [default to null]
DeprecationNotice *DeprecationNotice [optional] [default to null]
Description string The description of the extension [optional] [default to null]
DisplayName string The display name of the extension [optional] [default to null]
HasAdditionalDetails bool Whether or not the extension has additional detail documentation [optional] [default to null]
Link *Link [optional] [default to null]
LinkDocs *Link [optional] [default to null]
Name string The name of the extension [optional] [default to null]
ProvidedServiceAPIs []ProvidedServiceApi The service APIs provided by the extension [optional] [default to null]
Restricted *Restricted [optional] [default to null]
Tags []string The tags of the extension [optional] [default to null]
Type_ string The type of the extension [optional] [default to null]

[Back to Model list] [Back to API list] [Back to README]