GoogleExampleLibraryagentV1ListShelvesResponse constructor

GoogleExampleLibraryagentV1ListShelvesResponse({
  1. String? nextPageToken,
  2. List<GoogleExampleLibraryagentV1Shelf>? shelves,
})

Implementation

GoogleExampleLibraryagentV1ListShelvesResponse({
  this.nextPageToken,
  this.shelves,
});