GoogleApi.DataFusion.V1beta1.Model.MaintenanceWindow (google_api_data_fusion v0.27.0)

View Source

Maintenance window of the instance.

Attributes

  • recurringTimeWindow (type: GoogleApi.DataFusion.V1beta1.Model.RecurringTimeWindow.t, default: nil) - Required. The recurring time window of the maintenance window.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.DataFusion.V1beta1.Model.MaintenanceWindow{
  recurringTimeWindow:
    GoogleApi.DataFusion.V1beta1.Model.RecurringTimeWindow.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.