Cloud Channel v1 API - Class ListPurchasableSkusRequest.Types.CreateEntitlementPurchase (2.12.0)

public sealed class ListPurchasableSkusRequest.Types.CreateEntitlementPurchase : IMessage<ListPurchasableSkusRequest.Types.CreateEntitlementPurchase>, IEquatable<ListPurchasableSkusRequest.Types.CreateEntitlementPurchase>, IDeepCloneable<ListPurchasableSkusRequest.Types.CreateEntitlementPurchase>, IBufferMessage, IMessage

Reference documentation and code samples for the Cloud Channel v1 API class ListPurchasableSkusRequest.Types.CreateEntitlementPurchase.

List SKUs for a new entitlement. Make the purchase using [CloudChannelService.CreateEntitlement][google.cloud.channel.v1.CloudChannelService.CreateEntitlement].

Inheritance

object > ListPurchasableSkusRequest.Types.CreateEntitlementPurchase

Namespace

Google.Cloud.Channel.V1

Assembly

Google.Cloud.Channel.V1.dll

Constructors

CreateEntitlementPurchase()

public CreateEntitlementPurchase()

CreateEntitlementPurchase(CreateEntitlementPurchase)

public CreateEntitlementPurchase(ListPurchasableSkusRequest.Types.CreateEntitlementPurchase other)
Parameter
Name Description
other ListPurchasableSkusRequestTypesCreateEntitlementPurchase

Properties

Product

public string Product { get; set; }

Required. List SKUs belonging to this Product. Format: products/{product_id}. Supports products/- to retrieve SKUs for all products.

Property Value
Type Description
string