GoogleApi.Memcache.V1.Model.DailyCycle (google_api_memcache v0.26.0)
View SourceTime 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.V1.Model.TimeOfDay.t
, default:nil
) - Time within the day to start the operations.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Memcache.V1.Model.DailyCycle{ duration: String.t() | nil, startTime: GoogleApi.Memcache.V1.Model.TimeOfDay.t() | nil }