GoogleApi.Memcache.V1.Model.Schedule (google_api_memcache v0.26.0)
View SourceConfigure 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.Memcache.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.Memcache.V1.Model.Schedule{ day: String.t() | nil, duration: String.t() | nil, startTime: GoogleApi.Memcache.V1.Model.TimeOfDay.t() | nil }