Show / Hide Table of Contents

Class SeriesResource

The "series" collection of methods.

Inheritance
System.Object
SeriesResource
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 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<System.String> seriesId

String that identifies the series

Returns
Type Description
SeriesResource.GetRequest
In This Article
Back to top