GoogleApi.DataFusion.V1.Model.MaintenanceEvent (google_api_data_fusion v0.27.0)

View Source

Represents a maintenance event.

Attributes

  • endTime (type: DateTime.t, default: nil) - Output only. The end time of the maintenance event provided in RFC 3339 format. Example: "2024-01-02T12:04:06-06:00" This field will be empty if the maintenance event is not yet complete.
  • startTime (type: DateTime.t, default: nil) - Output only. The start time of the maintenance event provided in RFC 3339 format. Example: "2024-01-01T12:04:06-04:00"
  • state (type: String.t, default: nil) - Output only. The state of the maintenance event.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.DataFusion.V1.Model.MaintenanceEvent{
  endTime: DateTime.t() | nil,
  startTime: DateTime.t() | nil,
  state: String.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.