GoogleApi.ContentWarehouse.V1.Model.NlpSemanticParsingModelsRecurrenceDailyPattern
Table of Contents ▼
Jump to a specific part of the page:
Description
Pattern for when in the day the repeating task should trigger. Applies to all frequencies greater than or equal to DAILY. Exactly one of the containing fields should be set (i.e. a specific time or period).
Attributes List
This module has the following attributes (case-insensitive ascending order):
Attributes
-
dayPeriod
(type:GoogleApi.ContentWarehouse.V1.Model.NlpSemanticParsingDateTimeAnnotation
, default:nil
)
- -
timeOfDay
(type:GoogleApi.ContentWarehouse.V1.Model.NlpSemanticParsingDateTimeAnnotation
, default:nil
)
-
Type
@type t() :: %GoogleApi.ContentWarehouse.V1.Model.NlpSemanticParsingModelsRecurrenceDailyPattern{
dayPeriod: GoogleApi.ContentWarehouse.V1.Model.NlpSemanticParsingDateTimeAnnotation.t() | nil,
timeOfDay: GoogleApi.ContentWarehouse.V1.Model.NlpSemanticParsingDateTimeAnnotation.t() | nil
}
dayPeriod: GoogleApi.ContentWarehouse.V1.Model.NlpSemanticParsingDateTimeAnnotation.t() | nil,
timeOfDay: GoogleApi.ContentWarehouse.V1.Model.NlpSemanticParsingDateTimeAnnotation.t() | nil
}
Function
@spec decode(struct(), keyword()) :: struct()Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.NlpSemanticParsingModelsRecurrenceDailyPattern