public sealed class GetStandardOfferRequest : IMessage<GetStandardOfferRequest>, IEquatable<GetStandardOfferRequest>, IDeepCloneable<GetStandardOfferRequest>, IBufferMessage, IMessageReference documentation and code samples for the Cloud Commerce Producer v1beta API class GetStandardOfferRequest.
Message for getting a StandardOffer
Implements
IMessageGetStandardOfferRequest, IEquatableGetStandardOfferRequest, IDeepCloneableGetStandardOfferRequest, IBufferMessage, IMessageNamespace
Google.Cloud.CommerceProducer.V1BetaAssembly
Google.Cloud.CommerceProducer.V1Beta.dll
Constructors
GetStandardOfferRequest()
public GetStandardOfferRequest()GetStandardOfferRequest(GetStandardOfferRequest)
public GetStandardOfferRequest(GetStandardOfferRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
GetStandardOfferRequest |
Properties
Name
public string Name { get; set; }Required. Name of the resource
| Property Value | |
|---|---|
| Type | Description |
string |
|
StandardOfferName
public StandardOfferName StandardOfferName { get; set; }StandardOfferName-typed view over the Name resource name property.
| Property Value | |
|---|---|
| Type | Description |
StandardOfferName |
|
View
public StandardOfferView View { get; set; }Optional. The view of the StandardOffer to return. If unspecified, the default view is BASIC.
| Property Value | |
|---|---|
| Type | Description |
StandardOfferView |
|