Show / Hide Table of Contents

Class PromotionStatus.Types.DestinationStatus

The status for the specified destination.

Inheritance
object
PromotionStatus.Types.DestinationStatus
Implements
IMessage<PromotionStatus.Types.DestinationStatus>
IEquatable<PromotionStatus.Types.DestinationStatus>
IDeepCloneable<PromotionStatus.Types.DestinationStatus>
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.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
In this article
Back to top Generated by DocFX