Class StatusPerReportingContext
Status of the product for a specific reporting context. Equivalent to DestinationStatus in Products API.
Implements
Inherited Members
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 |