GoogleApi.Metastore.V1beta.Model.MaintenanceWindow (google_api_metastore v0.2.0) View Source

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.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

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

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.