View Source GoogleApi.Looker.V1.Model.DenyMaintenancePeriod (google_api_looker v0.5.1)
Specifies the maintenance denial period.
Attributes
-
endDate(type:GoogleApi.Looker.V1.Model.Date.t, default:nil) - Required. End date of the deny maintenance period. -
startDate(type:GoogleApi.Looker.V1.Model.Date.t, default:nil) - Required. Start date of the deny maintenance period. -
time(type:GoogleApi.Looker.V1.Model.TimeOfDay.t, default:nil) - Required. Time in UTC when the period starts and ends.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Looker.V1.Model.DenyMaintenancePeriod{ endDate: GoogleApi.Looker.V1.Model.Date.t() | nil, startDate: GoogleApi.Looker.V1.Model.Date.t() | nil, time: GoogleApi.Looker.V1.Model.TimeOfDay.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.