Show / Hide Table of Contents

Class GoogleExampleLibraryagentV1ListShelvesResponse

Response message for LibraryAgent.ListShelves.

Inheritance
object
GoogleExampleLibraryagentV1ListShelvesResponse
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Libraryagent.v1.Data
Assembly: Google.Apis.Libraryagent.v1.dll
Syntax
public class GoogleExampleLibraryagentV1ListShelvesResponse : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

NextPageToken

A token to retrieve next page of results. Pass this value in the ListShelvesRequest.page_token field in the subsequent call to ListShelves method to retrieve the next page of results.

Declaration
[JsonProperty("nextPageToken")]
public virtual string NextPageToken { get; set; }
Property Value
Type Description
string

Shelves

The list of shelves.

Declaration
[JsonProperty("shelves")]
public virtual IList<GoogleExampleLibraryagentV1Shelf> Shelves { get; set; }
Property Value
Type Description
IList<GoogleExampleLibraryagentV1Shelf>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX