Show / Hide Table of Contents

Class DestinationStatus

The status for the specified destination.

Inheritance
object
DestinationStatus
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 DestinationStatus : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

ReportingContext

Output only. The name of the promotion destination.

Declaration
[JsonProperty("reportingContext")]
public virtual string ReportingContext { get; set; }
Property Value
Type Description
string

Status

Output only. The status for the specified destination.

Declaration
[JsonProperty("status")]
public virtual string Status { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX