AssistantApiDate

GoogleApi.ContentWarehouse.V1.Model.AssistantApiDate


Table of Contents ▼

Jump to a specific part of the page:

Description

A Gregorian calendar date.

Attributes List

This module has the following attributes (case-insensitive ascending order):

View Attributes

Attributes

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

Type

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

Function

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

Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.AssistantApiDate