GoogleApi.ManagedIdentities.V1.Model.MaintenanceWindow (google_api_managed_identities v0.8.0) View Source

MaintenanceWindow definition.

Attributes

  • dailyCycle (type: GoogleApi.ManagedIdentities.V1.Model.DailyCycle.t, default: nil) - Daily cycle.
  • weeklyCycle (type: GoogleApi.ManagedIdentities.V1.Model.WeeklyCycle.t, default: nil) - Weekly cycle.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.ManagedIdentities.V1.Model.MaintenanceWindow{
  dailyCycle: GoogleApi.ManagedIdentities.V1.Model.DailyCycle.t(),
  weeklyCycle: GoogleApi.ManagedIdentities.V1.Model.WeeklyCycle.t()
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.