action property
The type of action that changed this resource. Possible string values are:
- "ACTION_TYPE_UNSPECIFIED" : Action type unknown or not specified.
- "CREATED" : Resource was created in this change.
- "UPDATED" : Resource was updated in this change.
- "DELETED" : Resource was deleted in this change.
Implementation
core.String? action;