GoogleApi.Memcache.V1.Model.WeeklyMaintenanceWindow (google_api_memcache v0.26.0)
View SourceTime window specified for weekly operations.
Attributes
-
day(type:String.t, default:nil) - Required. Allows to define schedule that runs specified day of the week. -
duration(type:String.t, default:nil) - Required. Duration of the time window. -
startTime(type:GoogleApi.Memcache.V1.Model.TimeOfDay.t, default:nil) - Required. Start time of the window in UTC.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Memcache.V1.Model.WeeklyMaintenanceWindow{ day: String.t() | nil, duration: String.t() | nil, startTime: GoogleApi.Memcache.V1.Model.TimeOfDay.t() | nil }