Class GetPromotionRequest
Request message for the GetPromotion
method.
Implements
Namespace: Google.Shopping.Merchant.Promotions.V1Beta
Assembly: Google.Shopping.Merchant.Promotions.V1Beta.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 |