SpacesSKUInfo
Indicates the Spaces SKU utilization data.
type SpacesSKUInfo {
spacesOwnerAccountId: ID!
purchasedSKUs: Long
usedSKUs: Long
}
Fields
SpacesSKUInfo.spacesOwnerAccountId ● ID! non-null scalar miscellaneous
spaces owner account ID
SpacesSKUInfo.purchasedSKUs ● Long scalar partner-portal
Number of skus purchased
SpacesSKUInfo.usedSKUs ● Long scalar partner-portal
Number of skus used
Was this topic helpful?