Class SettlementreportsListResponse
Inheritance
SettlementreportsListResponse
Assembly: Google.Apis.ShoppingContent.v2_1.dll
Syntax
public class SettlementreportsListResponse : 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#settlementreportsListResponse
".
Declaration
[JsonProperty("kind")]
public virtual string Kind { get; set; }
Property Value
NextPageToken
The token for the retrieval of the next page of returns.
Declaration
[JsonProperty("nextPageToken")]
public virtual string NextPageToken { get; set; }
Property Value
Resources
Declaration
[JsonProperty("resources")]
public virtual IList<SettlementReport> Resources { get; set; }
Property Value
Implements