Class AccountstatusesListResponse
Inheritance
AccountstatusesListResponse
Assembly: Google.Apis.ShoppingContent.v2_1.dll
Syntax
public class AccountstatusesListResponse : IDirectResponseSchema
Properties
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
Kind
Identifies what kind of resource this is. Value: the fixed string "content#accountstatusesListResponse
".
Declaration
[JsonProperty("kind")]
public virtual string Kind { get; set; }
Property Value
NextPageToken
The token for the retrieval of the next page of account statuses.
Declaration
[JsonProperty("nextPageToken")]
public virtual string NextPageToken { get; set; }
Property Value
Resources
Declaration
[JsonProperty("resources")]
public virtual IList<AccountStatus> Resources { get; set; }
Property Value
Implements