GoogleApi.Notebooks.V1.Model.ListRuntimesResponse (google_api_notebooks v0.16.0)
View SourceResponse for listing Managed Notebook Runtimes.
Attributes
-
nextPageToken(type:String.t, default:nil) - Page token that can be used to continue listing from the last result in the next list call. -
runtimes(type:list(GoogleApi.Notebooks.V1.Model.Runtime.t), default:nil) - A list of returned Runtimes. -
unreachable(type:list(String.t), default:nil) - Locations that could not be reached. For example,['us-west1', 'us-central1']. A ListRuntimesResponse will only contain either runtimes or unreachables,
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Notebooks.V1.Model.ListRuntimesResponse{ nextPageToken: String.t() | nil, runtimes: [GoogleApi.Notebooks.V1.Model.Runtime.t()] | nil, unreachable: [String.t()] | nil }