Class GoogleExampleLibraryagentV1ListShelvesResponse
Response message for LibraryAgent.ListShelves.
Implements
Inherited Members
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> |