google_api_sql_admin v0.20.0 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

Link to this type

t()

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

Link to this section Functions

Link to this function

decode(value, options)

View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.