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

Date and time input values.

Attributes

  • hasDate (type: boolean(), default: nil) - Whether the datetime input includes a calendar date.
  • hasTime (type: boolean(), default: nil) - Whether the datetime input includes a timestamp.
  • msSinceEpoch (type: String.t, default: nil) - Time since epoch time, in milliseconds.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Chat.V1.Model.DateTimeInput{
  hasDate: boolean() | nil,
  hasTime: boolean() | nil,
  msSinceEpoch: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.