Resource: TransitionRouteGroup
A TransitionRouteGroup represents a group of  to be used by a TransitionRoutesPage.
| JSON representation | 
|---|
{
  "name": string,
  "displayName": string,
  "transitionRoutes": [
    {
      object ( | 
              
| Fields | |
|---|---|
name | 
                
                   
 The unique identifier of the transition route group.   | 
              
displayName | 
                
                   
 Required. The human-readable name of the transition route group, unique within the flow. The display name can be no longer than 30 characters.  | 
              
transitionRoutes[] | 
                
                   
 Transition routes associated with the   | 
              
Methods | 
            |
|---|---|
                
 | 
              
                Creates an TransitionRouteGroup in the specified flow. | 
            
                
 | 
              
                Deletes the specified TransitionRouteGroup. | 
            
                
 | 
              
                Retrieves the specified TransitionRouteGroup. | 
            
                
 | 
              Returns the list of all transition route groups in the specified flow. | 
                
 | 
              
                Updates the specified TransitionRouteGroup. |