Class CreateScheduleRequest (1.3.1)

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

Request for created scheduled notebooks

Attributes

NameDescription
parent str
Required. Format: ``parent=projects/{project_id}/locations/{location}``
schedule_id str
Required. User-defined unique ID of this schedule.
schedule google.cloud.notebooks_v1.types.Schedule
Required. The schedule to be created.

Inheritance

builtins.object > proto.message.Message > CreateScheduleRequest