GoogleApi.Metastore.V1beta.Model.MaintenanceWindow (google_api_metastore v0.12.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) - Optional. The day of week, when the window starts.
  • hourOfDay (type: integer(), default: nil) - Optional. The hour of day (0-23) when the window starts.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

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

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.