Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 1.19 KB

DocumentedTypeDTO.md

File metadata and controls

18 lines (13 loc) · 1.19 KB

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 Boolean 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]