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

A Gregorian calendar date.

Attributes

  • day (type: integer(), default: nil) - The day, in 1...31.
  • month (type: integer(), default: nil) - The month, in 1...12.
  • year (type: integer(), default: nil) - The year, e.g. 2016.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.AssistantApiDate{
  day: integer() | nil,
  month: integer() | nil,
  year: integer() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.