Class PromotionPromotionStatus
The status of the promotion.
Implements
Inherited Members
Namespace: Google.Apis.ShoppingContent.v2_1.Data
Assembly: Google.Apis.ShoppingContent.v2_1.dll
Syntax
public class PromotionPromotionStatus : IDirectResponseSchema
Properties
CreationDate
Date on which the promotion has been created in ISO 8601 format: Date, time, and offset, for example "2020-01-02T09:00:00+01:00" or "2020-01-02T09:00:00Z"
Declaration
[JsonProperty("creationDate")]
public virtual string CreationDate { get; set; }
Property Value
Type | Description |
---|---|
string |
DestinationStatuses
The intended destinations for the promotion.
Declaration
[JsonProperty("destinationStatuses")]
public virtual IList<PromotionPromotionStatusDestinationStatus> DestinationStatuses { get; set; }
Property Value
Type | Description |
---|---|
IList<PromotionPromotionStatusDestinationStatus> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
LastUpdateDate
Date on which the promotion status has been last updated in ISO 8601 format: Date, time, and offset, for example "2020-01-02T09:00:00+01:00" or "2020-01-02T09:00:00Z"
Declaration
[JsonProperty("lastUpdateDate")]
public virtual string LastUpdateDate { get; set; }
Property Value
Type | Description |
---|---|
string |
PromotionIssue
A list of issues associated with the promotion.
Declaration
[JsonProperty("promotionIssue")]
public virtual IList<PromotionPromotionStatusPromotionIssue> PromotionIssue { get; set; }
Property Value
Type | Description |
---|---|
IList<PromotionPromotionStatusPromotionIssue> |