View Source GoogleApi.ContentWarehouse.V1.Model.QualityActionsReminderRecurrenceInfo (google_api_content_warehouse v0.4.0)

Recurrence rule for specifying time-based repeating reminders.

Attributes

  • clientId (type: String.t, default: nil) - OPTIONAL. Client-assigned-id for the recurring reminder
  • recurrence (type: GoogleApi.ContentWarehouse.V1.Model.AssistantApiRecurrence.t, 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

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@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
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.