Cloud Commerce Producer v1beta API - Class UpdatePrivateOfferRequest (1.0.0-beta01)

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

Reference documentation and code samples for the Cloud Commerce Producer v1beta API class UpdatePrivateOfferRequest.

Message for updating a PrivateOffer

Inheritance

object > UpdatePrivateOfferRequest

Namespace

Google.Cloud.CommerceProducer.V1Beta

Assembly

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