Schema representing a InsertActionLogRequest
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
@type t() :: %ExStreamClient.Model.InsertActionLogRequest{ action_type: String.t(), custom: %{optional(String.t()) => any()} | nil, entity_creator_id: String.t(), entity_id: String.t(), entity_type: String.t(), reason: String.t() | nil, reporter_type: String.t() | nil, reporter_user_id: String.t() | nil }