Cloud Commerce Consumer Procurement v1 API - Class GetLicensePoolRequest (1.4.0)

public sealed class GetLicensePoolRequest : IMessage<GetLicensePoolRequest>, IEquatable<GetLicensePoolRequest>, IDeepCloneable<GetLicensePoolRequest>, IBufferMessage, IMessage

Reference documentation and code samples for the Cloud Commerce Consumer Procurement v1 API class GetLicensePoolRequest.

Request message for getting a license pool.

Inheritance

object > GetLicensePoolRequest

Namespace

Google.Cloud.Commerce.Consumer.Procurement.V1

Assembly

Google.Cloud.Commerce.Consumer.Procurement.V1.dll

Constructors

GetLicensePoolRequest()

public GetLicensePoolRequest()

GetLicensePoolRequest(GetLicensePoolRequest)

public GetLicensePoolRequest(GetLicensePoolRequest other)
Parameter
Name Description
other GetLicensePoolRequest

Properties

Name

public string Name { get; set; }

Required. The name of the license pool to get. Format: billingAccounts/{billing_account}/orders/{order}/licensePool

Property Value
Type Description
string