AssistantApiDateTime

GoogleApi.ContentWarehouse.V1.Model.AssistantApiDateTime


Table of Contents ▼

Jump to a specific part of the page:

Description

A date-time specification, combining a date and civil time (relative to a given timezone).

Attributes List

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

View Attributes

Attributes

  1. date (type: GoogleApi.ContentWarehouse.V1.Model.AssistantApiDate, default: nil)
    - A Gregorian calendar date.
  2. timeOfDay (type: GoogleApi.ContentWarehouse.V1.Model.AssistantApiTimeOfDay, default: nil)
    - A civil time relative to a timezone.
  3. timeZone (type: GoogleApi.ContentWarehouse.V1.Model.AssistantApiTimeZone, default: nil)
    - A time zone in IANA format.

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.AssistantApiDateTime{
date: GoogleApi.ContentWarehouse.V1.Model.AssistantApiDate.t() | nil,
timeOfDay: GoogleApi.ContentWarehouse.V1.Model.AssistantApiTimeOfDay.t() | nil,
timeZone: GoogleApi.ContentWarehouse.V1.Model.AssistantApiTimeZone.t() | nil
}

Function

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

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