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

Latest commit

 

History

History
16 lines (11 loc) · 860 Bytes

TenantDto.md

File metadata and controls

16 lines (11 loc) · 860 Bytes

TenantDto

Properties

Name Type Description Notes
id Option<String> The id of the component. [optional]
versioned_component_id Option<String> The ID of the corresponding component that is under version control [optional]
parent_group_id Option<String> The id of parent process group of this component if applicable. [optional]
position Option<crate::models::PositionDto> [optional]
identity Option<String> The identity of the tenant. [optional]
configurable Option<bool> Whether this tenant is configurable. [optional]

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