Class PromotionStatus.Types.DestinationStatus
The status for the specified destination.
Implements
Namespace: Google.Shopping.Merchant.Promotions.V1Beta
Assembly: Google.Shopping.Merchant.Promotions.V1Beta.dll
Syntax
public sealed class PromotionStatus.Types.DestinationStatus : IMessage<PromotionStatus.Types.DestinationStatus>, IEquatable<PromotionStatus.Types.DestinationStatus>, IDeepCloneable<PromotionStatus.Types.DestinationStatus>, IBufferMessage, IMessage
Constructors
DestinationStatus()
Declaration
public DestinationStatus()
DestinationStatus(DestinationStatus)
Declaration
public DestinationStatus(PromotionStatus.Types.DestinationStatus other)
Parameters
Type | Name | Description |
---|---|---|
PromotionStatus.Types.DestinationStatus | other |
Properties
ReportingContext
Output only. The name of the promotion destination.
Declaration
public ReportingContext.Types.ReportingContextEnum ReportingContext { get; set; }
Property Value
Type | Description |
---|---|
ReportingContext.Types.ReportingContextEnum |
Status
Output only. The status for the specified destination.
Declaration
public PromotionStatus.Types.DestinationStatus.Types.State Status { get; set; }
Property Value
Type | Description |
---|---|
PromotionStatus.Types.DestinationStatus.Types.State |