google_api_sql_admin v0.34.1 GoogleApi.SQLAdmin.V1beta4.Model.SqlScheduledMaintenance View Source

Any scheduled maintenancce for this instance.

Attributes

  • canDefer (type: boolean(), default: nil) -
  • canReschedule (type: boolean(), default: nil) - If the scheduled maintenance can be rescheduled.
  • startTime (type: DateTime.t, default: nil) - The start time of any upcoming scheduled maintenance for this instance.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.SQLAdmin.V1beta4.Model.SqlScheduledMaintenance{
  canDefer: boolean(),
  canReschedule: boolean(),
  startTime: DateTime.t()
}

Link to this section Functions

Specs

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

Unwrap a decoded JSON object into its complex fields.