Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 908 Bytes

DocumentedTypeDTO.md

File metadata and controls

16 lines (11 loc) · 908 Bytes

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]
usageRestriction String The description of why the usage of this component is restricted. [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]