View Source GoogleApi.Looker.V1.Model.MaintenanceSchedule (google_api_looker v0.5.1)

Published upcoming future maintenance schedule.

Attributes

  • endTime (type: DateTime.t, default: nil) - The scheduled end time for the maintenance.
  • startTime (type: DateTime.t, default: nil) - The scheduled start time for the maintenance.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Looker.V1.Model.MaintenanceSchedule{
  endTime: DateTime.t() | nil,
  startTime: DateTime.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.