UpdateGroup interface
A group to be updated.
Properties
| after |
A list of Gates that will be created after this Group is executed. |
| before |
A list of Gates that will be created before this Group is executed. |
| name | Name of the group. It must match a group name of an existing fleet member. |
Property Details
afterGates
A list of Gates that will be created after this Group is executed.
afterGates?: GateConfiguration[]
Property Value
beforeGates
A list of Gates that will be created before this Group is executed.
beforeGates?: GateConfiguration[]
Property Value
name
Name of the group. It must match a group name of an existing fleet member.
name: string
Property Value
string