GoogleApi.ContentWarehouse.V1.Model.QualityActionsReminderRecurrenceInfo
Table of Contents ▼
Jump to a specific part of the page:
Description
Recurrence rule for specifying time-based repeating reminders.
Attributes List
This module has the following attributes (case-insensitive ascending order):
Attributes
-
clientId
(type:String.t
, default:nil
)
- OPTIONAL. Client-assigned-id for the recurring reminder -
recurrence
(type:GoogleApi.ContentWarehouse.V1.Model.AssistantApiRecurrence
, default:nil
)
- The recurrence pattern. -
recurrenceId
(type:String.t
, default:nil
)
- An id which uniquely identifies a recurrence series. -
serverId
(type:String.t
, default:nil
)
- REQUIRED. Server-assigned-id for the recurring reminder
Type
@type t() :: %GoogleApi.ContentWarehouse.V1.Model.QualityActionsReminderRecurrenceInfo{
clientId: String.t() | nil,
recurrence: GoogleApi.ContentWarehouse.V1.Model.AssistantApiRecurrence.t() | nil,
recurrenceId: String.t() | nil,
serverId: String.t() | nil
}
clientId: String.t() | nil,
recurrence: GoogleApi.ContentWarehouse.V1.Model.AssistantApiRecurrence.t() | nil,
recurrenceId: String.t() | nil,
serverId: String.t() | nil
}
Function
@spec decode(struct(), keyword()) :: struct()Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.QualityActionsReminderRecurrenceInfo