Show / Hide Table of Contents

Class AggregateProductStatus

Aggregate product statuses for a given reporting context and country.

Inheritance
object
AggregateProductStatus
Implements
IMessage<AggregateProductStatus>
IEquatable<AggregateProductStatus>
IDeepCloneable<AggregateProductStatus>
IBufferMessage
IMessage
Inherited Members
object.GetHashCode()
object.GetType()
object.ToString()
Namespace: Google.Shopping.Merchant.IssueResolution.V1
Assembly: Google.Shopping.Merchant.IssueResolution.V1.dll
Syntax
public sealed class AggregateProductStatus : IMessage<AggregateProductStatus>, IEquatable<AggregateProductStatus>, IDeepCloneable<AggregateProductStatus>, IBufferMessage, IMessage

Constructors

AggregateProductStatus()

Declaration
public AggregateProductStatus()

AggregateProductStatus(AggregateProductStatus)

Declaration
public AggregateProductStatus(AggregateProductStatus other)
Parameters
Type Name Description
AggregateProductStatus other

Properties

AggregateProductStatusName

AggregateProductStatusName-typed view over the Name resource name property.

Declaration
public AggregateProductStatusName AggregateProductStatusName { get; set; }
Property Value
Type Description
AggregateProductStatusName

Country

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

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

ItemLevelIssues

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

Declaration
public RepeatedField<AggregateProductStatus.Types.ItemLevelIssue> ItemLevelIssues { get; }
Property Value
Type Description
RepeatedField<AggregateProductStatus.Types.ItemLevelIssue>

Name

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

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

ReportingContext

The reporting context of the aggregate product statuses.

Declaration
public ReportingContext.Types.ReportingContextEnum ReportingContext { get; set; }
Property Value
Type Description
ReportingContext.Types.ReportingContextEnum

Stats

Products statistics for the given reporting context and country.

Declaration
public AggregateProductStatus.Types.Stats Stats { get; set; }
Property Value
Type Description
AggregateProductStatus.Types.Stats
In this article
Back to top Generated by DocFX