View Source GoogleApi.Looker.V1.Model.MaintenanceWindow (google_api_looker v0.4.0)
Specifies the recurring maintenance window.
Attributes
-
dayOfWeek
(type:String.t
, default:nil
) - Required. Day of the week for this MaintenanceWindow (in UTC). -
startTime
(type:GoogleApi.Looker.V1.Model.TimeOfDay.t
, default:nil
) - Required. Time in UTC when the period starts. Maintenance will be scheduled within 60 minutes.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Looker.V1.Model.MaintenanceWindow{ dayOfWeek: String.t() | nil, startTime: GoogleApi.Looker.V1.Model.TimeOfDay.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.