Class PromotionStatus
The status of the promotion.
Implements
Namespace: Google.Shopping.Merchant.Promotions.V1Beta
Assembly: Google.Shopping.Merchant.Promotions.V1Beta.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 |