class Google::Apis::CloudchannelV1::GoogleCloudChannelV1alpha1ProvisionedService

Service provisioned for an entitlement.

Attributes

product_id[RW]

Output only. The product pertaining to the provisioning resource as specified in the Offer. Corresponds to the JSON property `productId` @return [String]

provisioning_id[RW]

Output only. Provisioning ID of the entitlement. For Google Workspace, this would be the underlying Subscription ID. Corresponds to the JSON property `provisioningId` @return [String]

sku_id[RW]

Output only. The SKU pertaining to the provisioning resource as specified in the Offer. Corresponds to the JSON property `skuId` @return [String]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/cloudchannel_v1/classes.rb, line 2790
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/cloudchannel_v1/classes.rb, line 2795
def update!(**args)
  @product_id = args[:product_id] if args.key?(:product_id)
  @provisioning_id = args[:provisioning_id] if args.key?(:provisioning_id)
  @sku_id = args[:sku_id] if args.key?(:sku_id)
end