OBJECT

SaasAppsOrgSizeInfo

Description

Information about the size of the Saas Apps organization.

link GraphQL Schema definition

  • type SaasAppsOrgSizeInfo {
  • # The space, in bytes, consumed by the Saas Apps organization.
  • consumedSpaceInBytes: Long!
  • # The total space available, in bytes, to the Saas Apps organization.
  • totalSpaceInBytes: Long!
  • }