GoogleExampleLibraryagentV1ListShelvesResponse constructor
GoogleExampleLibraryagentV1ListShelvesResponse({
- String? nextPageToken,
- List<
GoogleExampleLibraryagentV1Shelf> ? shelves,
Implementation
GoogleExampleLibraryagentV1ListShelvesResponse({
this.nextPageToken,
this.shelves,
});