Class Offers.ItemsData.ItemsDataSchema
Inheritance
System.Object
Offers.ItemsData.ItemsDataSchema
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 ItemsDataSchema
Properties
Author
Declaration
[JsonProperty("author")]
public virtual string Author { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
CanonicalVolumeLink
Declaration
[JsonProperty("canonicalVolumeLink")]
public virtual string CanonicalVolumeLink { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
CoverUrl
Declaration
[JsonProperty("coverUrl")]
public virtual string CoverUrl { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Description
Declaration
[JsonProperty("description")]
public virtual string Description { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Title
Declaration
[JsonProperty("title")]
public virtual string Title { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
VolumeId
Declaration
[JsonProperty("volumeId")]
public virtual string VolumeId { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |