GoogleApi.Spanner.V1.Model.ListScansResponse (google_api_spanner v0.48.0)
View SourceResponse method from the ListScans method.
Attributes
-
nextPageToken
(type:String.t
, default:nil
) - Token to retrieve the next page of results, or empty if there are no more results in the list. -
scans
(type:list(GoogleApi.Spanner.V1.Model.Scan.t)
, default:nil
) - Available scans based on the list query parameters.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Spanner.V1.Model.ListScansResponse{ nextPageToken: String.t() | nil, scans: [GoogleApi.Spanner.V1.Model.Scan.t()] | nil }