Show / Hide Table of Contents

Class AccountStatusProducts

Inheritance
System.Object
AccountStatusProducts
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 AccountStatusProducts : IDirectResponseSchema

Properties

Channel

The channel the data applies to. Acceptable values are: - "local" - "online"

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

Country

The country the data applies to.

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

Destination

The destination the data applies to.

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

ItemLevelIssues

List of item-level issues.

Declaration
[JsonProperty("itemLevelIssues")]
public virtual IList<AccountStatusItemLevelIssue> ItemLevelIssues { get; set; }
Property Value
Type Description
System.Collections.Generic.IList<AccountStatusItemLevelIssue>

Statistics

Aggregated product statistics.

Declaration
[JsonProperty("statistics")]
public virtual AccountStatusStatistics Statistics { get; set; }
Property Value
Type Description
AccountStatusStatistics

Implements

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