View Source GoogleApi.ContentWarehouse.V1.Model.AssistantApiTimeOfDay (google_api_content_warehouse v0.4.0)

A civil time relative to a timezone.

Attributes

  • hour (type: integer(), default: nil) - The hour, in 0...23.
  • minute (type: integer(), default: nil) - The minute, in 0...59.
  • nanosecond (type: integer(), default: nil) - The fraction of seconds in nanoseconds, in 0..999999999.
  • second (type: integer(), default: nil) - The second, in 0...59. Leap seconds are not supported.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.AssistantApiTimeOfDay{
  hour: integer() | nil,
  minute: integer() | nil,
  nanosecond: integer() | nil,
  second: integer() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.