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