Show / Hide Table of Contents

Class GetPromotionRequest

Request message for the GetPromotion method.

Inheritance
object
GetPromotionRequest
Implements
IMessage<GetPromotionRequest>
IEquatable<GetPromotionRequest>
IDeepCloneable<GetPromotionRequest>
IBufferMessage
IMessage
Inherited Members
object.GetHashCode()
object.GetType()
object.ToString()
Namespace: Google.Shopping.Merchant.Promotions.V1
Assembly: Google.Shopping.Merchant.Promotions.V1.dll
Syntax
public sealed class GetPromotionRequest : IMessage<GetPromotionRequest>, IEquatable<GetPromotionRequest>, IDeepCloneable<GetPromotionRequest>, IBufferMessage, IMessage

Constructors

GetPromotionRequest()

Declaration
public GetPromotionRequest()

GetPromotionRequest(GetPromotionRequest)

Declaration
public GetPromotionRequest(GetPromotionRequest other)
Parameters
Type Name Description
GetPromotionRequest other

Properties

Name

Required. The name of the promotion to retrieve. Format: accounts/{account}/promotions/{promotions}

Declaration
public string Name { get; set; }
Property Value
Type Description
string

PromotionName

PromotionName-typed view over the Name resource name property.

Declaration
public PromotionName PromotionName { get; set; }
Property Value
Type Description
PromotionName
In this article
Back to top Generated by DocFX