Show / Hide Table of Contents

Class PromotionPromotionStatus

The status of the promotion.

Inheritance
object
PromotionPromotionStatus
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX