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

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

Attributes

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

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

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

Functions

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

Unwrap a decoded JSON object into its complex fields.