Show / Hide Table of Contents

Class SeriesResource

The "series" collection of methods.

Inheritance
object
SeriesResource
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 SeriesResource

Constructors

SeriesResource(IClientService)

Constructs a new resource.

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

Properties

Membership

Gets the Membership resource.

Declaration
public virtual SeriesResource.MembershipResource Membership { get; }
Property Value
Type Description
SeriesResource.MembershipResource

Methods

Get(Repeatable<string>)

Returns Series metadata for the given series ids.

Declaration
public virtual SeriesResource.GetRequest Get(Repeatable<string> seriesId)
Parameters
Type Name Description
Repeatable<string> seriesId

String that identifies the series

Returns
Type Description
SeriesResource.GetRequest
In this article
Back to top Generated by DocFX