Class ListSchedulesResponse (0.4.3)

ListSchedulesResponse(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Response for listing scheduled notebook job. .. attribute:: schedules

A list of returned instances.

:type: Sequence[google.cloud.notebooks_v1.types.Schedule]

Attributes

NameDescription
next_page_token str
Page token that can be used to continue listing from the last result in the next list call.
unreachable Sequence[str]
Schedules that could not be reached. For example: :: ['projects/{project_id}/location/{location}/schedules/monthly_digest', 'projects/{project_id}/location/{location}/schedules/weekly_sentiment']