@@ -19,12 +19,12 @@ let value: Workflow = {
1919
2020## Fields
2121
22- | Field | Type | Required | Description | Example |
23- | ---------------------------------------------------------------------------- | ---------------------------------------------------------------------------- | ---------------------------------------------------------------------------- | ---------------------------------------------------------------------------- | ---------------------------------------------------------------------------- |
24- | ` author ` | [ components.Person] ( ../../models/components/person.md ) | :heavy_minus_sign : | N/A | {<br />"name": "George Clooney",<br />"obfuscatedId": "abc123"<br />} |
25- | ` createTimestamp ` | * number* | :heavy_minus_sign : | Server Unix timestamp of the creation time. | |
26- | ` lastUpdateTimestamp ` | * number* | :heavy_minus_sign : | Server Unix timestamp of the last update time. | |
27- | ` lastUpdatedBy ` | [ components.Person] ( ../../models/components/person.md ) | :heavy_minus_sign : | N/A | {<br />"name": "George Clooney",<br />"obfuscatedId": "abc123"<br />} |
28- | ` permissions ` | [ components.ObjectPermissions] ( ../../models/components/objectpermissions.md ) | :heavy_minus_sign : | N/A | |
29- | ` name ` | * string* | :heavy_minus_sign : | The name of the workflow. | |
30- | ` id ` | * string* | :heavy_minus_sign : | The ID of the workflow. | |
22+ | Field | Type | Required | Description | Example |
23+ | -------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------- ---------------------------------------------------------------------------- |
24+ | ` author ` | [ components.Person] ( ../../models/components/person.md ) | :heavy_minus_sign : | N/A | {<br />"name": "George Clooney",<br />"obfuscatedId": "abc123"<br />} |
25+ | ` createTimestamp ` | * number* | :heavy_minus_sign : | Server Unix timestamp of the creation time. | |
26+ | ` lastUpdateTimestamp ` | * number* | :heavy_minus_sign : | Server Unix timestamp of the last update time. | |
27+ | ` lastUpdatedBy ` | [ components.Person] ( ../../models/components/person.md ) | :heavy_minus_sign : | N/A | {<br />"name": "George Clooney",<br />"obfuscatedId": "abc123"<br />} |
28+ | ` permissions ` | [ components.ObjectPermissions] ( ../../models/components/objectpermissions.md ) | :heavy_minus_sign : | N/A | |
29+ | ~~ ` name ` ~~ | * string* | :heavy_minus_sign : | : warning: ** DEPRECATED ** : This will be removed in a future release, please migrate away from it as soon as possible.< br />< br /> The name of the workflow. | |
30+ | ` id ` | * string* | :heavy_minus_sign : | The ID of the workflow. | |
0 commit comments