Show / Hide Table of Contents

Class PromotionStatus

The status of the promotion.

Inheritance
object
PromotionStatus
Implements
IMessage<PromotionStatus>
IEquatable<PromotionStatus>
IDeepCloneable<PromotionStatus>
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 PromotionStatus : IMessage<PromotionStatus>, IEquatable<PromotionStatus>, IDeepCloneable<PromotionStatus>, IBufferMessage, IMessage

Constructors

PromotionStatus()

Declaration
public PromotionStatus()

PromotionStatus(PromotionStatus)

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

Properties

CreationDate

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
public Timestamp CreationDate { get; set; }
Property Value
Type Description
Timestamp

DestinationStatuses

Output only. The intended destinations for the promotion.

Declaration
public RepeatedField<PromotionStatus.Types.DestinationStatus> DestinationStatuses { get; }
Property Value
Type Description
RepeatedField<PromotionStatus.Types.DestinationStatus>

ItemLevelIssues

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

Declaration
public RepeatedField<PromotionStatus.Types.ItemLevelIssue> ItemLevelIssues { get; }
Property Value
Type Description
RepeatedField<PromotionStatus.Types.ItemLevelIssue>

LastUpdateDate

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
public Timestamp LastUpdateDate { get; set; }
Property Value
Type Description
Timestamp
In this article
Back to top Generated by DocFX