View Source GoogleApi.Connectors.V2.Model.Schedule (google_api_connectors v0.11.0)
Configure the schedule.
Attributes
-
day(type:String.t, default:nil) - Allows to define schedule that runs specified day of the week. -
duration(type:String.t, default:nil) - Output only. Duration of the time window, set by service producer. -
startTime(type:GoogleApi.Connectors.V2.Model.TimeOfDay.t, default:nil) - Time within the window to start the operations.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Connectors.V2.Model.Schedule{ day: String.t() | nil, duration: String.t() | nil, startTime: GoogleApi.Connectors.V2.Model.TimeOfDay.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.