Class ItemIssueSeverity
How the issue affects the serving of the product.
Implements
Inherited Members
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> |