| Name | Type | Description | Notes |
|---|---|---|---|
| Id | string | The id of the component. | [optional] |
| VersionedComponentId | string | The ID of the corresponding component that is under version control | [optional] |
| ParentGroupId | string | The id of parent process group of this component if applicable. | [optional] |
| Position | PositionDTO | The position of this component in the UI if applicable. | [optional] |
| Label | string | The text that appears in the label. | [optional] |
| Width | double? | The width of the label in pixels when at a 1:1 scale. | [optional] |
| Height | double? | The height of the label in pixels when at a 1:1 scale. | [optional] |
| Style | Dictionary<string, string> | The styles for this label (font-size : 12px, background-color : #eee, etc). | [optional] |