Quick actions widget.
| JSON representation | 
|---|
{ "actions": [ { object (  | 
            
| Fields | |
|---|---|
actions[] | 
              
                 
 Output only. The list of quick actions.  | 
            
information | 
              
                 
 Output only. The widget information.  | 
            
title | 
              
                 
 Output only. The widget title.  | 
            
order | 
              
                 
 Output only. The widget order.  | 
            
type | 
              
                 
 Output only. The widget template type.  | 
            
gridColumns | 
              
                 
 Output only. The widget template grid columns.  | 
            
description | 
              
                 
 Output only. The widget description.  | 
            
identifier | 
              
                 
 Output only. The widget identifier.  | 
            
jsonData | 
              
                 
 Output only. The widget json data.  | 
            
errorJsonData | 
              
                 
 Output only. The widget error json data.  | 
            
resultStatus | 
              
                 
 Output only. The widget result status.  | 
            
QuickAction
Quick action.
| JSON representation | 
|---|
{ "integrationIdentifier": string, "actionName": string, "order": integer, "quickButton": { object (  | 
              
| Fields | |
|---|---|
integrationIdentifier | 
                
                   
 Output only. The action integration identifier.  | 
              
actionName | 
                
                   
 Output only. The action name.  | 
              
order | 
                
                   
 Output only. The order for this action in the widget.  | 
              
quickButton | 
                
                   
 Output only. The quick button for this action.  | 
              
parametersList[] | 
                
                   
 Output only. The parameters for this action.  | 
              
instanceId | 
                
                   
 Output only. The action instance id.  | 
              
instanceConfiguration | 
                
                   
 Output only. The configuration for this action instance.  | 
              
entitiesGroup | 
                
                   
 Output only. The entities group for this action.  |