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.
Implements
IMessageUpdateLicensePoolRequest, IEquatableUpdateLicensePoolRequest, IDeepCloneableUpdateLicensePoolRequest, IBufferMessage, IMessageNamespace
Google.Cloud.Commerce.Consumer.Procurement.V1Assembly
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 |