ExStreamClient.Model.UpsertActionConfigRequest (ExStreamClient v0.2.0)

Copy Markdown View Source

Schema representing a UpsertActionConfigRequest

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.UpsertActionConfigRequest{
  action: String.t(),
  custom: %{optional(String.t()) => any()} | nil,
  description: String.t() | nil,
  entity_type: String.t(),
  icon: String.t() | nil,
  id: String.t() | nil,
  order: integer(),
  queue_type: String.t() | nil,
  user: ExStreamClient.Model.UserRequest.t() | nil,
  user_id: 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()