Show / Hide Table of Contents

Class GoogleCloudChannelV1ProvisionedService

Service provisioned for an entitlement.

Inheritance
object
GoogleCloudChannelV1ProvisionedService
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Cloudchannel.v1.Data
Assembly: Google.Apis.Cloudchannel.v1.dll
Syntax
public class GoogleCloudChannelV1ProvisionedService : 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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX