View Source GoogleApi.File.V1.Model.Schedule (google_api_file v0.29.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.File.V1.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.File.V1.Model.Schedule{
  day: String.t() | nil,
  duration: String.t() | nil,
  startTime: GoogleApi.File.V1.Model.TimeOfDay.t() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.