Show / Hide Table of Contents

Class MylibraryResource

The "mylibrary" collection of methods.

Inheritance
object
MylibraryResource
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
Assembly: Google.Apis.Books.v1.dll
Syntax
public class MylibraryResource

Constructors

MylibraryResource(IClientService)

Constructs a new resource.

Declaration
public MylibraryResource(IClientService service)
Parameters
Type Name Description
IClientService service

Properties

Annotations

Gets the Annotations resource.

Declaration
public virtual MylibraryResource.AnnotationsResource Annotations { get; }
Property Value
Type Description
MylibraryResource.AnnotationsResource

Bookshelves

Gets the Bookshelves resource.

Declaration
public virtual MylibraryResource.BookshelvesResource Bookshelves { get; }
Property Value
Type Description
MylibraryResource.BookshelvesResource

Readingpositions

Gets the Readingpositions resource.

Declaration
public virtual MylibraryResource.ReadingpositionsResource Readingpositions { get; }
Property Value
Type Description
MylibraryResource.ReadingpositionsResource
In this article
Back to top Generated by DocFX