AssistantApiDateTimeRange

GoogleApi.ContentWarehouse.V1.Model.AssistantApiDateTimeRange


Table of Contents ▼

Jump to a specific part of the page:

Description

A representation of a range of time with start and end datetime specified.

Attributes List

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

View Attributes

Attributes

  1. endDate (type: GoogleApi.ContentWarehouse.V1.Model.AssistantApiDateTime, default: nil)
    - End date of the range.
  2. startDate (type: GoogleApi.ContentWarehouse.V1.Model.AssistantApiDateTime, default: nil)
    - Start date of the range.

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.AssistantApiDateTimeRange{
endDate: GoogleApi.ContentWarehouse.V1.Model.AssistantApiDateTime.t() | nil,
startDate: GoogleApi.ContentWarehouse.V1.Model.AssistantApiDateTime.t() | nil
}

Function

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

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