View Source GoogleApi.Metastore.V1.Model.MaintenanceWindow (google_api_metastore v0.10.0)

Maintenance window. This specifies when Dataproc Metastore may perform system maintenance operation to the service.

Attributes

  • dayOfWeek (type: String.t, default: nil) - The day of week, when the window starts.
  • hourOfDay (type: integer(), default: nil) - The hour of day (0-23) when the window starts.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Metastore.V1.Model.MaintenanceWindow{
  dayOfWeek: String.t() | nil,
  hourOfDay: integer() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.