Show / Hide Table of Contents

Class ProductStatusDataQualityIssue

Inheritance
System.Object
ProductStatusDataQualityIssue
Implements
Google.Apis.Requests.IDirectResponseSchema
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.ShoppingContent.v2.Data
Assembly: Google.Apis.ShoppingContent.v2.dll
Syntax
public class ProductStatusDataQualityIssue : IDirectResponseSchema

Properties

Destination

Declaration
[JsonProperty("destination")]
public virtual string Destination { get; set; }
Property Value
Type Description
System.String

Detail

Declaration
[JsonProperty("detail")]
public virtual string Detail { get; set; }
Property Value
Type Description
System.String

ETag

The ETag of the item.

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

FetchStatus

Declaration
[JsonProperty("fetchStatus")]
public virtual string FetchStatus { get; set; }
Property Value
Type Description
System.String

Id

Declaration
[JsonProperty("id")]
public virtual string Id { get; set; }
Property Value
Type Description
System.String

Location

Declaration
[JsonProperty("location")]
public virtual string Location { get; set; }
Property Value
Type Description
System.String

Severity

Declaration
[JsonProperty("severity")]
public virtual string Severity { get; set; }
Property Value
Type Description
System.String

Timestamp

Declaration
[JsonProperty("timestamp")]
public virtual string Timestamp { get; set; }
Property Value
Type Description
System.String

ValueOnLandingPage

Declaration
[JsonProperty("valueOnLandingPage")]
public virtual string ValueOnLandingPage { get; set; }
Property Value
Type Description
System.String

ValueProvided

Declaration
[JsonProperty("valueProvided")]
public virtual string ValueProvided { get; set; }
Property Value
Type Description
System.String

Implements

Google.Apis.Requests.IDirectResponseSchema
In This Article
Back to top