View Source GoogleApi.ContentWarehouse.V1.Model.NlpSemanticParsingModelsRecurrenceDailyPattern (google_api_content_warehouse v0.4.0)
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
-
dayPeriod
(type:GoogleApi.ContentWarehouse.V1.Model.NlpSemanticParsingDateTimeAnnotation.t
, default:nil
) - -
timeOfDay
(type:GoogleApi.ContentWarehouse.V1.Model.NlpSemanticParsingDateTimeAnnotation.t
, default:nil
) -
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.ContentWarehouse.V1.Model.NlpSemanticParsingModelsRecurrenceDailyPattern{ dayPeriod: GoogleApi.ContentWarehouse.V1.Model.NlpSemanticParsingDateTimeAnnotation.t() | nil, timeOfDay: GoogleApi.ContentWarehouse.V1.Model.NlpSemanticParsingDateTimeAnnotation.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.