GoogleApi.WorkloadManager.V1.Model.UpcomingMaintenanceEvent (google_api_workload_manager v0.12.0)

View Source

Maintenance Event

Attributes

  • endTime (type: DateTime.t, default: nil) - Optional. End time
  • maintenanceStatus (type: String.t, default: nil) - Optional. Maintenance status
  • startTime (type: DateTime.t, default: nil) - Optional. Start time
  • type (type: String.t, default: nil) - Optional. Type

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.WorkloadManager.V1.Model.UpcomingMaintenanceEvent{
  endTime: DateTime.t() | nil,
  maintenanceStatus: String.t() | nil,
  startTime: DateTime.t() | nil,
  type: String.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.