QualityActionsReminderRecurrenceInfo

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):

View Attributes

Attributes

  1. clientId (type: String.t, default: nil)
    - OPTIONAL. Client-assigned-id for the recurring reminder
  2. recurrence (type: GoogleApi.ContentWarehouse.V1.Model.AssistantApiRecurrence, default: nil)
    - The recurrence pattern.
  3. recurrenceId (type: String.t, default: nil)
    - An id which uniquely identifies a recurrence series.
  4. 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
}

Function

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

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