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

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

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

Message for getting a StandardOffer

Inheritance

object > GetStandardOfferRequest

Namespace

Google.Cloud.CommerceProducer.V1Beta

Assembly

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