Resource: TransitionRouteGroup
A TransitionRouteGroup represents a group of
to be used by a TransitionRoutes
Page
.
JSON representation |
---|
{
"name": string,
"displayName": string,
"transitionRoutes": [
{
object ( |
Fields | |
---|---|
name |
The unique identifier of the transition route group. |
display |
Required. The human-readable name of the transition route group, unique within the flow. The display name can be no longer than 30 characters. |
transition |
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 . |