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

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

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

Request message for updating a license pool.

Inheritance

object > UpdateLicensePoolRequest

Namespace

Google.Cloud.Commerce.Consumer.Procurement.V1

Assembly

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

Constructors

UpdateLicensePoolRequest()

public UpdateLicensePoolRequest()

UpdateLicensePoolRequest(UpdateLicensePoolRequest)

public UpdateLicensePoolRequest(UpdateLicensePoolRequest other)
Parameter
Name Description
other UpdateLicensePoolRequest

Properties

LicensePool

public LicensePool LicensePool { get; set; }

Required. The license pool to update.

The license pool's name field is used to identify the license pool to update. Format: billingAccounts/{billing_account}/orders/{order}/licensePool.

Property Value
Type Description
LicensePool

UpdateMask

public FieldMask UpdateMask { get; set; }

Required. The list of fields to update.

Property Value
Type Description
FieldMask