Show / Hide Table of Contents

Class AggregateProductStatus

Aggregate product statuses for a given reporting context and country.

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

Properties

Country

The country of the aggregate product statuses. Represented as a CLDR territory code.

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

ETag

The ETag of the item.

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

ItemLevelIssues

The product issues that affect the given reporting context and country.

Declaration
[JsonProperty("itemLevelIssues")]
public virtual IList<ItemLevelIssue> ItemLevelIssues { get; set; }
Property Value
Type Description
IList<ItemLevelIssue>

Name

Identifier. The name of the AggregateProductStatuses resource. Format: accounts/{account}/aggregateProductStatuses/{aggregateProductStatuses}

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

ReportingContext

The reporting context of the aggregate product statuses.

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

Stats

Products statistics for the given reporting context and country.

Declaration
[JsonProperty("stats")]
public virtual Stats Stats { get; set; }
Property Value
Type Description
Stats

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX