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