action property
The action which created this revision
Output only. Possible string values are:
- "ACTION_UNSPECIFIED" : The default value. This value is used if the action is omitted.
- "CREATE" : The revision was generated by creating a deployment.
- "UPDATE" : The revision was generated by updating a deployment.
- "DELETE" : The revision was deleted.
Implementation
core.String? action;