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