GoogleExampleLibraryagentV1ListBooksResponse constructor
GoogleExampleLibraryagentV1ListBooksResponse({
- List<
GoogleExampleLibraryagentV1Book> ? books, - String? nextPageToken,
Implementation
GoogleExampleLibraryagentV1ListBooksResponse({
this.books,
this.nextPageToken,
});