View Source GoogleApi.Redis.V1.Model.FixedFrequencySchedule (google_api_redis v0.50.0)

This schedule allows the backup to be triggered at a fixed frequency (currently only daily is supported).

Attributes

  • startTime (type: GoogleApi.Redis.V1.Model.TimeOfDay.t, default: nil) - Required. The start time of every automated backup in UTC. It must be set to the start of an hour. This field is required.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.Redis.V1.Model.FixedFrequencySchedule{
  startTime: GoogleApi.Redis.V1.Model.TimeOfDay.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.