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

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 is the underlying Subscription ID. For Google Cloud, this is the Billing Account ID of the billing subaccount.
  • skuId (type: String.t, default: nil) - Output only. The SKU pertaining to the provisioning resource as specified in the Offer.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

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

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.