Show / Hide Table of Contents

Class ItemIssueSeverity

How the issue affects the serving of the product.

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

Properties

AggregatedSeverity

Aggregated severity of the issue for all reporting contexts it affects. This field can be used for filtering the results.

Declaration
[JsonProperty("aggregatedSeverity")]
public virtual string AggregatedSeverity { 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

SeverityPerReportingContext

Issue severity per reporting context.

Declaration
[JsonProperty("severityPerReportingContext")]
public virtual IList<IssueSeverityPerReportingContext> SeverityPerReportingContext { get; set; }
Property Value
Type Description
IList<IssueSeverityPerReportingContext>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX