type property
The type of the snapshot which indicates whether it was scheduled or manual/ad-hoc.
Output only. Possible string values are:
- "SNAPSHOT_TYPE_UNSPECIFIED" : Type is not specified.
- "AD_HOC" : Snapshot was taken manually by user.
- "SCHEDULED" : Snapshot was taken automatically as a part of a snapshot schedule.
Implementation
core.String? type;