Show / Hide Table of Contents

Class PromotionStatus

The status of the promotion.

Inheritance
object
PromotionStatus
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.Merchant.promotions_v1beta.Data
Assembly: Google.Apis.Merchant.promotions_v1beta.dll
Syntax
public class PromotionStatus : IDirectResponseSchema

Properties

CreationDate

object representation of CreationDateRaw.

Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use CreationDateDateTimeOffset instead.")]
public virtual object CreationDate { get; set; }
Property Value
Type Description
object

CreationDateDateTimeOffset

DateTimeOffset representation of CreationDateRaw.

Declaration
[JsonIgnore]
public virtual DateTimeOffset? CreationDateDateTimeOffset { get; set; }
Property Value
Type Description
DateTimeOffset?

CreationDateRaw

Output only. 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 CreationDateRaw { get; set; }
Property Value
Type Description
string

DestinationStatuses

Output only. The intended destinations for the promotion.

Declaration
[JsonProperty("destinationStatuses")]
public virtual IList<DestinationStatus> DestinationStatuses { get; set; }
Property Value
Type Description
IList<DestinationStatus>

ETag

The ETag of the item.

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

ItemLevelIssues

Output only. A list of issues associated with the promotion.

Declaration
[JsonProperty("itemLevelIssues")]
public virtual IList<ItemLevelIssue> ItemLevelIssues { get; set; }
Property Value
Type Description
IList<ItemLevelIssue>

LastUpdateDate

object representation of LastUpdateDateRaw.

Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use LastUpdateDateDateTimeOffset instead.")]
public virtual object LastUpdateDate { get; set; }
Property Value
Type Description
object

LastUpdateDateDateTimeOffset

DateTimeOffset representation of LastUpdateDateRaw.

Declaration
[JsonIgnore]
public virtual DateTimeOffset? LastUpdateDateDateTimeOffset { get; set; }
Property Value
Type Description
DateTimeOffset?

LastUpdateDateRaw

Output only. 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 LastUpdateDateRaw { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX