ApiWorkflowMenuCardDefinitionDataModel represents a workflow menu card definition.
| JSON representation | 
|---|
{
  "id": string,
  "identifier": string,
  "originalWorkflowIdentifier": string,
  "name": string,
  "creator": string,
  "creatorFullName": string,
  "priority": integer,
  "categoryId": integer,
  "categoryName": string,
  "environments": [
    string
  ],
  "creationTime": string,
  "creationTimeUnixTimeInMs": string,
  "modificationTimeUnixTimeInMs": string,
  "playbookType": enum ( | 
            
| Fields | |
|---|---|
id | 
              
                 
 Required. Id is the unique identifier.  | 
            
identifier | 
              
                 
 Required. The identifier of the workflow menu card.  | 
            
originalWorkflowIdentifier | 
              
                 
 Required. OriginalWorkflowIdentifier is the identifier of the original workflow.  | 
            
name | 
              
                 
 Required. Name is the name of the workflow.  | 
            
creator | 
              
                 
 Required. Creator is the creator of the workflow.  | 
            
creatorFullName | 
              
                 
 Required. The full name of the creator of the workflow.  | 
            
priority | 
              
                 
 Required. Priority is the priority of the workflow.  | 
            
categoryId | 
              
                 
 Optional. CategoryId is the identifier of the category.  | 
            
categoryName | 
              
                 
 Optional. CategoryName is the name of the category.  | 
            
environments[] | 
              
                 
 Optional. Environments is a list of environments the workflow is enabled on.  | 
            
creationTime | 
              
                 
 Optional. CreationTime is the original workflow creation time. Represents DateTime CreationTime as unix time Uses RFC 3339, where generated output will always be Z-normalized and use 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples:   | 
            
creationTimeUnixTimeInMs | 
              
                 
 Required. CreationTimeUnixTimeInMs is the current workflow record creation time. Represents DateTime CreationTimeUnixTimeInMs as unix time  | 
            
modificationTimeUnixTimeInMs | 
              
                 
 Required. ModificationTimeUnixTimeInMs is the modification time of the workflow. Represents DateTime ModificationTimeUnixTimeInMs as unix time  | 
            
playbookType | 
              
                 
 Required. PlaybookType is the type of playbook.  | 
            
isEnabled | 
              
                 
 Optional. IsEnabled indicates if the workflow is enabled.  | 
            
isDebugMode | 
              
                 
 Optional. IsDebugMode indicates if debug mode is enabled for the workflow.  | 
            
hasRestrictedEnvironments | 
              
                 
 Optional. HasRestrictedEnvironments indicates if the workflow has restricted environments.  | 
            
PlaybookType
Playbook types to filter the workflow menu cards by.
| Enums | |
|---|---|
PLAYBOOK_TYPE_UNSPECIFIED | 
                Unspecified playbook type. | 
REGULAR | 
                Regular playbook type. | 
NESTED | 
                Nested playbook type. |