NlpSemanticParsingModelsRecurrenceRecurrenceStart

GoogleApi.ContentWarehouse.V1.Model.NlpSemanticParsingModelsRecurrenceRecurrenceStart


Table of Contents ▼

Jump to a specific part of the page:

Description

The start of the recurrence can be represented either as a DateTime or a timestamp in milliseconds from UTC epoch. Exactly one of the fields of this message must be set.

Attributes List

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

View Attributes

Attributes

  1. startDateTime (type: GoogleApi.ContentWarehouse.V1.Model.NlpSemanticParsingDateTimeAnnotation, default: nil)
    - Only the year/month/day portion are used to find the start date of the recurrence. To specify a time or period of each instance, use DailyPattern.
  2. startMillis (type: String.t, default: nil)
    - Deprecated - prefer start_date_time.absolute_time_ms.

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.NlpSemanticParsingModelsRecurrenceRecurrenceStart{
startDateTime: GoogleApi.ContentWarehouse.V1.Model.NlpSemanticParsingDateTimeAnnotation.t() | nil,
startMillis: String.t() | nil
}

Function

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

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