View Source GoogleApi.Memcache.V1beta2.Model.WeeklyMaintenanceWindow (google_api_memcache v0.21.1)

Time 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.V1beta2.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.V1beta2.Model.WeeklyMaintenanceWindow{
  day: String.t() | nil,
  duration: String.t() | nil,
  startTime: GoogleApi.Memcache.V1beta2.Model.TimeOfDay.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.