Show / Hide Table of Contents

Class Bookshelf

Inheritance
object
Bookshelf
Implements
IDirectResponseSchema
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 Bookshelf : IDirectResponseSchema

Properties

Access

Whether this bookshelf is PUBLIC or PRIVATE.

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

Created

Created time for this bookshelf (formatted UTC timestamp with millisecond resolution).

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

Description

Description of this bookshelf.

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

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Id

Id of this bookshelf, only unique by user.

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

Kind

Resource type for bookshelf metadata.

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

SelfLink

URL to this resource.

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

Title

Title of this bookshelf.

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

Updated

Last modified time of this bookshelf (formatted UTC timestamp with millisecond resolution).

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

VolumeCount

Number of volumes in this bookshelf.

Declaration
[JsonProperty("volumeCount")]
public virtual int? VolumeCount { get; set; }
Property Value
Type Description
int?

VolumesLastUpdated

Last time a volume was added or removed from this bookshelf (formatted UTC timestamp with millisecond resolution).

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX