Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 1.36 KB

DocumentedTypeDTO.md

File metadata and controls

17 lines (14 loc) · 1.36 KB

IO.Swagger.Model.DocumentedTypeDTO

Properties

Name Type Description Notes
Type string The fully qualified name of the type. [optional]
Bundle BundleDTO The details of the artifact that bundled this type. [optional]
ControllerServiceApis List<ControllerServiceApiDTO> If this type represents a ControllerService, this lists the APIs it implements. [optional]
Description string The description of the type. [optional]
Restricted bool? Whether this type is restricted. [optional]
UsageRestriction string The optional description of why the usage of this component is restricted. [optional]
ExplicitRestrictions List<ExplicitRestrictionDTO> An optional collection of explicit restrictions. If specified, these explicit restrictions will be enfored. [optional]
DeprecationReason string The description of why the usage of this component is restricted. [optional]
Tags List<string> The tags associated with this type. [optional]

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