View Source GoogleApi.Notebooks.V1.Model.ListSchedulesResponse (google_api_notebooks v0.14.0)
Response for listing scheduled notebook job.
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. -
schedules
(type:list(GoogleApi.Notebooks.V1.Model.Schedule.t)
, default:nil
) - A list of returned instances. -
unreachable
(type:list(String.t)
, default:nil
) - Schedules that could not be reached. For example: ['projects/{project_id}/location/{location}/schedules/monthly_digest', 'projects/{project_id}/location/{location}/schedules/weekly_sentiment']
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Notebooks.V1.Model.ListSchedulesResponse{ nextPageToken: String.t() | nil, schedules: [GoogleApi.Notebooks.V1.Model.Schedule.t()] | nil, unreachable: [String.t()] | nil }
Functions
Unwrap a decoded JSON object into its complex fields.