ExStreamClient.Model.RuleBuilderRule (ExStreamClient v0.1.0)

View Source

Schema representing a RuleBuilderRule

Summary

Functions

Components could just be enums that are typed - so we need to decode those as enums as they will just be stings

Types

t()

@type t() :: %ExStreamClient.Model.RuleBuilderRule{
  action: ExStreamClient.Model.RuleBuilderAction.t() | nil,
  conditions: [ExStreamClient.Model.RuleBuilderCondition.t()] | nil,
  enabled: boolean() | nil,
  id: String.t() | nil,
  name: String.t() | nil
}

Functions

decode(map)

Components could just be enums that are typed - so we need to decode those as enums as they will just be stings

nested_components()