public sealed class UpdatePrivateOfferRequest : IMessage<UpdatePrivateOfferRequest>, IEquatable<UpdatePrivateOfferRequest>, IDeepCloneable<UpdatePrivateOfferRequest>, IBufferMessage, IMessageReference documentation and code samples for the Cloud Commerce Producer v1beta API class UpdatePrivateOfferRequest.
Message for updating a PrivateOffer
Implements
IMessageUpdatePrivateOfferRequest, IEquatableUpdatePrivateOfferRequest, IDeepCloneableUpdatePrivateOfferRequest, IBufferMessage, IMessageNamespace
Google.Cloud.CommerceProducer.V1BetaAssembly
Google.Cloud.CommerceProducer.V1Beta.dll
Constructors
UpdatePrivateOfferRequest()
public UpdatePrivateOfferRequest()UpdatePrivateOfferRequest(UpdatePrivateOfferRequest)
public UpdatePrivateOfferRequest(UpdatePrivateOfferRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
UpdatePrivateOfferRequest |
Properties
PrivateOffer
public PrivateOffer PrivateOffer { get; set; }Required. The resource being updated
| Property Value | |
|---|---|
| Type | Description |
PrivateOffer |
|
UpdateMask
public FieldMask UpdateMask { get; set; }Optional. The list of fields to update. The fields specified in the update_mask are relative to the resource, not the full request. A field will be overwritten if it is in the mask. The special value "*" means full replacement. If unspecified, all fields present in the request will be overwritten.
| Property Value | |
|---|---|
| Type | Description |
FieldMask |
|