public sealed class CreatePrivateOfferRequest : IMessage<CreatePrivateOfferRequest>, IEquatable<CreatePrivateOfferRequest>, IDeepCloneable<CreatePrivateOfferRequest>, IBufferMessage, IMessageReference documentation and code samples for the Cloud Commerce Producer v1beta API class CreatePrivateOfferRequest.
Message for creating a PrivateOffer
Implements
IMessageCreatePrivateOfferRequest, IEquatableCreatePrivateOfferRequest, IDeepCloneableCreatePrivateOfferRequest, IBufferMessage, IMessageNamespace
Google.Cloud.CommerceProducer.V1BetaAssembly
Google.Cloud.CommerceProducer.V1Beta.dll
Constructors
CreatePrivateOfferRequest()
public CreatePrivateOfferRequest()CreatePrivateOfferRequest(CreatePrivateOfferRequest)
public CreatePrivateOfferRequest(CreatePrivateOfferRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
CreatePrivateOfferRequest |
Properties
Parent
public string Parent { get; set; }Required. Value for parent.
| Property Value | |
|---|---|
| Type | Description |
string |
|
ParentAsLocationName
public LocationName ParentAsLocationName { get; set; }LocationName-typed view over the Parent resource name property.
| Property Value | |
|---|---|
| Type | Description |
LocationName |
|
PrivateOffer
public PrivateOffer PrivateOffer { get; set; }Required. The resource being created
| Property Value | |
|---|---|
| Type | Description |
PrivateOffer |
|