NlpSemanticParsingModelsMediaDeeplinkInfoTimeWindow

GoogleApi.ContentWarehouse.V1.Model.NlpSemanticParsingModelsMediaDeeplinkInfoTimeWindow


Table of Contents ▼

Jump to a specific part of the page:

Description

Represents a time window expressed as a time range.

Attributes List

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

View Attributes

Attributes

  1. endTimestamp (type: String.t, default: nil)
    - Time in seconds since epoch.
  2. startTimestamp (type: String.t, default: nil)
    - Time in seconds since epoch.

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.NlpSemanticParsingModelsMediaDeeplinkInfoTimeWindow{
endTimestamp: String.t() | nil,
startTimestamp: String.t() | nil
}

Function

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

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