View Source GoogleApi.CloudChannel.V1.Model.GoogleCloudChannelV1alpha1ProvisionedService (google_api_cloud_channel v0.11.3)

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

t()

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

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.