View Source GoogleApi.GKEBackup.V1.Model.DayOfWeekList (google_api_gke_backup v0.6.0)

Holds repeated DaysOfWeek values as a container.

Attributes

  • daysOfWeek (type: list(String.t), default: nil) - Optional. A list of days of week.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.GKEBackup.V1.Model.DayOfWeekList{
  daysOfWeek: [String.t()] | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.