View Source GoogleApi.Area120Tables.V1alpha1.Model.ListRowsResponse (google_api_area120_tables v0.8.0)
Response message for TablesService.ListRows.
Attributes
-
nextPageToken
(type:String.t
, default:nil
) - A token, which can be sent aspage_token
to retrieve the next page. If this field is empty, there are no subsequent pages. -
rows
(type:list(GoogleApi.Area120Tables.V1alpha1.Model.Row.t)
, default:nil
) - The rows from the specified table.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Area120Tables.V1alpha1.Model.ListRowsResponse{ nextPageToken: String.t() | nil, rows: [GoogleApi.Area120Tables.V1alpha1.Model.Row.t()] | nil }
Functions
Unwrap a decoded JSON object into its complex fields.