View Source GoogleApi.Memcache.V1beta2.Model.MaintenanceSchedule (google_api_memcache v0.21.1)

Upcoming maintenance schedule.

Attributes

  • endTime (type: DateTime.t, default: nil) - Output only. The end time of any upcoming scheduled maintenance for this instance.
  • scheduleDeadlineTime (type: DateTime.t, default: nil) - Output only. The deadline that the maintenance schedule start time can not go beyond, including reschedule.
  • startTime (type: DateTime.t, default: nil) - Output only. The start time of any upcoming scheduled maintenance for this instance.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Memcache.V1beta2.Model.MaintenanceSchedule{
  endTime: DateTime.t() | nil,
  scheduleDeadlineTime: DateTime.t() | nil,
  startTime: DateTime.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.