Show / Hide Table of Contents

Class Offers.ItemsData

A list of offers.

Inheritance
object
Offers.ItemsData
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Books.v1.Data
Assembly: Google.Apis.Books.v1.dll
Syntax
public class Offers.ItemsData

Properties

ArtUrl

Declaration
[JsonProperty("artUrl")]
public virtual string ArtUrl { get; set; }
Property Value
Type Description
string

GservicesKey

Declaration
[JsonProperty("gservicesKey")]
public virtual string GservicesKey { get; set; }
Property Value
Type Description
string

Id

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

Items

Declaration
[JsonProperty("items")]
public virtual IList<Offers.ItemsData.ItemsDataSchema> Items { get; set; }
Property Value
Type Description
IList<Offers.ItemsData.ItemsDataSchema>
In this article
Back to top Generated by DocFX