OBJECT
RscSnapshotLocationRetentionInfo
Description
RSC snapshot location retention information.
link GraphQL Schema definition
- type RscSnapshotLocationRetentionInfo {
- # Time when the snapshot expired or is expected to expire at this location.
- : DateTime
- # Specifies whether the expiration date for this snapshot has been calculated.
- # This field will be absent if the snapshot has never existed at this location.
- : Boolean!
- # Specifies whether the snapshot is present at this location.
- : Boolean!
- # Location ID of snapshot.
- : String!
- # Location name of snapshot.
- : String!
- }