Class GoogleCloudChannelV1alpha1ProvisionedService
Service provisioned for an entitlement.
Implements
Inherited Members
Namespace: Google.Apis.Cloudchannel.v1.Data
Assembly: Google.Apis.Cloudchannel.v1.dll
Syntax
public class GoogleCloudChannelV1alpha1ProvisionedService : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
ProductId
Output only. The product pertaining to the provisioning resource as specified in the Offer.
Declaration
[JsonProperty("productId")]
public virtual string ProductId { get; set; }
Property Value
Type | Description |
---|---|
string |
ProvisioningId
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.
Declaration
[JsonProperty("provisioningId")]
public virtual string ProvisioningId { get; set; }
Property Value
Type | Description |
---|---|
string |
SkuId
Output only. The SKU pertaining to the provisioning resource as specified in the Offer.
Declaration
[JsonProperty("skuId")]
public virtual string SkuId { get; set; }
Property Value
Type | Description |
---|---|
string |