Notifique.OpenApi.Model.NtfContactSegmentRule (notifique v0.2.1)

Copy Markdown

Uma regra do segmento. Campos dependem de type.

Summary

Types

t()

@type t() :: %Notifique.OpenApi.Model.NtfContactSegmentRule{
  field: String.t() | nil,
  ignoreCase: boolean() | nil,
  key: String.t() | nil,
  op: String.t() | nil,
  subscribed: boolean() | nil,
  tagId: String.t() | nil,
  topicId: String.t() | nil,
  type: String.t(),
  value: Notifique.OpenApi.Model.NtfContactSegmentRuleValue.t() | nil,
  valueMatch: String.t() | nil
}

Functions

decode(value)