Show / Hide Table of Contents

Class ProductViewItemIssueItemIssueSeverity

Severity of an issue per destination in a region, and aggregated severity.

Inheritance
object
ProductViewItemIssueItemIssueSeverity
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.ShoppingContent.v2_1.Data
Assembly: Google.Apis.ShoppingContent.v2_1.dll
Syntax
public class ProductViewItemIssueItemIssueSeverity : IDirectResponseSchema

Properties

AggregatedSeverity

Severity of an issue aggregated for destination.

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

SeverityPerDestination

Item issue severity for every destination.

Declaration
[JsonProperty("severityPerDestination")]
public virtual IList<ProductViewItemIssueIssueSeverityPerDestination> SeverityPerDestination { get; set; }
Property Value
Type Description
IList<ProductViewItemIssueIssueSeverityPerDestination>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX