Show / Hide Table of Contents

Class MylibraryResource

The "mylibrary" collection of methods.

Inheritance
System.Object
MylibraryResource
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
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