GoogleApi.CloudChannel.V1.Model.GoogleCloudChannelV1ProvisionedService (google_api_cloud_channel v0.2.0) View Source

Service provisioned for an entitlement.

Attributes

  • productId (type: String.t, default: nil) - Output only. The product pertaining to the provisioning resource as specified in the Offer.
  • provisioningId (type: String.t, default: nil) - Output only. Provisioning ID of the entitlement. For Google Workspace, this would be the underlying Subscription ID.
  • skuId (type: String.t, default: nil) - Output only. The SKU pertaining to the provisioning resource as specified in the Offer.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.CloudChannel.V1.Model.GoogleCloudChannelV1ProvisionedService{
  productId: String.t() | nil,
  provisioningId: String.t() | nil,
  skuId: String.t() | nil
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.