Show / Hide Table of Contents

Class VolumesResource.AssociatedResource

The "associated" collection of methods.

Inheritance
object
VolumesResource.AssociatedResource
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 VolumesResource.AssociatedResource

Constructors

AssociatedResource(IClientService)

Constructs a new resource.

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

Methods

List(string)

Return a list of associated books.

Declaration
public virtual VolumesResource.AssociatedResource.ListRequest List(string volumeId)
Parameters
Type Name Description
string volumeId

ID of the source volume.

Returns
Type Description
VolumesResource.AssociatedResource.ListRequest
In this article
Back to top Generated by DocFX