Class Offers.ItemsData
A list of offers.
Inheritance
System.Object
Offers.ItemsData
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.Books.v1.Data
Assembly: Google.Apis.Books.v1.dll
Syntax
public class ItemsData
Properties
ArtUrl
Declaration
[JsonProperty("artUrl")]
public virtual string ArtUrl { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
GservicesKey
Declaration
[JsonProperty("gservicesKey")]
public virtual string GservicesKey { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Id
Declaration
[JsonProperty("id")]
public virtual string Id { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Items
Declaration
[JsonProperty("items")]
public virtual IList<Offers.ItemsData.ItemsDataSchema> Items { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.IList<Offers.ItemsData.ItemsDataSchema> |