Show / Hide Table of Contents

Class PersonalizedstreamResource

The "personalizedstream" collection of methods.

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

Constructors

PersonalizedstreamResource(IClientService)

Constructs a new resource.

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

Methods

Get()

Returns a stream of personalized book clusters

Declaration
public virtual PersonalizedstreamResource.GetRequest Get()
Returns
Type Description
PersonalizedstreamResource.GetRequest
In This Article
Back to top