NlpSemanticParsingModelsRecurrenceWeeklyPattern

GoogleApi.ContentWarehouse.V1.Model.NlpSemanticParsingModelsRecurrenceWeeklyPattern


Table of Contents ▼

Jump to a specific part of the page:

Description

Pattern for a WEEKLY recurrence. You must specify at least one week_day.

Attributes List

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

View Attributes

Attributes

  1. weekDay (type: list(String.t), default: nil)
    - Set of weekdays the recurrence applies to.
  2. weeklyPatternEnd (type: String.t, default: nil)
    -
  3. weeklyPatternStart (type: String.t, default: nil)
    -

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.NlpSemanticParsingModelsRecurrenceWeeklyPattern{
weekDay: [String.t()] | nil,
weeklyPatternEnd: String.t() | nil,
weeklyPatternStart: String.t() | nil
}

Function

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

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