OBJECT
Storage location details for the SaaS app organization's backed up data.
type SaasAppsStorageLocation {# List of application regions that map to the storage region.appRegions: [String!]! # Indicates whether this is the default storage location for the organization # backed up data.isDefault: Boolean! # The region where the storage is deployed.storageRegion: String! }