View Source GoogleApi.Chat.V1.Model.TimeInput (google_api_chat v0.34.3)

Time input values.

Attributes

  • hours (type: integer(), default: nil) - The hour on a 24-hour clock.
  • minutes (type: integer(), default: nil) - The number of minutes past the hour. Valid values are 0 to 59.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Chat.V1.Model.TimeInput{
  hours: integer() | nil,
  minutes: integer() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.