View Source GoogleApi.Redis.V1beta1.Model.FixedFrequencySchedule (google_api_redis v0.49.0)
This schedule allows the backup to be triggered at a fixed frequency (currently only daily is supported).
Attributes
-
startTime(type:GoogleApi.Redis.V1beta1.Model.TimeOfDay.t, default:nil) - Optional. The start time of every automated backup in UTC. It must be set to the start of an hour. If not specified, the default value is the start of the hour when the automated backup config is enabled. For example, if the automated backup config is enabled at 10:13 AM UTC without specifying start_time, the default start time is 10:00 AM UTC.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Redis.V1beta1.Model.FixedFrequencySchedule{ startTime: GoogleApi.Redis.V1beta1.Model.TimeOfDay.t() | nil }