GoogleApi.DataFusion.V1beta1.Model.MaintenanceEvent (google_api_data_fusion v0.27.0)
View SourceRepresents 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
@type t() :: %GoogleApi.DataFusion.V1beta1.Model.MaintenanceEvent{ endTime: DateTime.t() | nil, startTime: DateTime.t() | nil, state: String.t() | nil }