ExStreamClient.Model.SubmitModerationFeedbackRequest (ExStreamClient v0.2.0)

Copy Markdown View Source

Schema representing a SubmitModerationFeedbackRequest

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.SubmitModerationFeedbackRequest{
  channel_id: String.t() | nil,
  current_labels: [String.t()] | nil,
  current_recommended_action: String.t() | nil,
  description: String.t() | nil,
  expected_labels: [String.t()] | nil,
  expected_recommended_action: String.t() | nil,
  message: String.t(),
  published_at: String.t(),
  reference: String.t()
}

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