Show / Hide Table of Contents

Class StatusPerReportingContext

Status of the product for a specific reporting context. Equivalent to DestinationStatus in Products API.

Inheritance
object
StatusPerReportingContext
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.reports_v1.Data
Assembly: Google.Apis.Merchant.reports_v1.dll
Syntax
public class StatusPerReportingContext : IDirectResponseSchema

Properties

ApprovedCountries

List of approved countries in the reporting context, represented in ISO 3166 format, for example, US.

Declaration
[JsonProperty("approvedCountries")]
public virtual IList<string> ApprovedCountries { get; set; }
Property Value
Type Description
IList<string>

DisapprovedCountries

List of disapproved countries in the reporting context, represented in ISO 3166 format, for example, US.

Declaration
[JsonProperty("disapprovedCountries")]
public virtual IList<string> DisapprovedCountries { get; set; }
Property Value
Type Description
IList<string>

ETag

The ETag of the item.

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

PendingCountries

List of pending countries in the reporting context, represented in ISO 3166 format, for example, US.

Declaration
[JsonProperty("pendingCountries")]
public virtual IList<string> PendingCountries { get; set; }
Property Value
Type Description
IList<string>

ReportingContext

Reporting context the status applies to.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX