GoogleApi.Memcache.V1beta2.Model.DailyCycle (google_api_memcache v0.11.0) View Source
Time window specified for daily operations.
Attributes
-
duration
(type:String.t
, default:nil
) - Output only. Duration of the time window, set by service producer. -
startTime
(type:GoogleApi.Memcache.V1beta2.Model.TimeOfDay.t
, default:nil
) - Time within the day to start the operations.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.Memcache.V1beta2.Model.DailyCycle{ duration: String.t(), startTime: GoogleApi.Memcache.V1beta2.Model.TimeOfDay.t() }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.