GoogleInternalAppsWaldoV1alphaTimeRange

GoogleApi.ContentWarehouse.V1.Model.GoogleInternalAppsWaldoV1alphaTimeRange


Table of Contents ▼

Jump to a specific part of the page:

Description

A time range, which includes the start and excludes the end.

Attributes List

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

View Attributes

Attributes

  1. endTime (type: DateTime.t, default: nil)
    - End point of the range, exclusive.
  2. startTime (type: DateTime.t, default: nil)
    - Starting point of the range, inclusive.

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.GoogleInternalAppsWaldoV1alphaTimeRange{
endTime: DateTime.t() | nil,
startTime: DateTime.t() | nil
}

Function

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

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