Skip to content
This repository has been archived by the owner on Feb 14, 2024. It is now read-only.

Latest commit

 

History

History
19 lines (14 loc) · 1.38 KB

DocumentedTypeDto.md

File metadata and controls

19 lines (14 loc) · 1.38 KB

DocumentedTypeDto

Properties

Name Type Description Notes
_type Option<String> The fully qualified name of the type. [optional]
bundle Option<crate::models::BundleDto> [optional]
controller_service_apis Option<Veccrate::models::ControllerServiceApiDto> If this type represents a ControllerService, this lists the APIs it implements. [optional]
description Option<String> The description of the type. [optional]
restricted Option<bool> Whether this type is restricted. [optional]
usage_restriction Option<String> The optional description of why the usage of this component is restricted. [optional]
explicit_restrictions Option<Veccrate::models::ExplicitRestrictionDto> An optional collection of explicit restrictions. If specified, these explicit restrictions will be enfored. [optional]
deprecation_reason Option<String> The description of why the usage of this component is restricted. [optional]
tags Option<Vec> The tags associated with this type. [optional]

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