ExStreamClient.Model.QueryReviewQueueResponse (ExStreamClient v0.2.0)

Copy Markdown View Source

Schema representing a QueryReviewQueueResponse

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.QueryReviewQueueResponse{
  action_config: %{
    optional(String.t()) => [
      ExStreamClient.Model.ModerationActionConfigResponse.t()
    ]
  },
  default_action_config:
    %{
      optional(String.t()) => [
        ExStreamClient.Model.ModerationActionConfigResponse.t()
      ]
    }
    | nil,
  duration: String.t(),
  filter_config: ExStreamClient.Model.FilterConfigResponse.t() | nil,
  items: [ExStreamClient.Model.ReviewQueueItemResponse.t()],
  next: String.t() | nil,
  prev: String.t() | nil,
  stats: %{optional(String.t()) => any()}
}

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()