Schema representing a LabelsResponse
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.LabelsResponse{ content_id: String.t() | nil, directed_at: String.t() | nil, duration: String.t(), harm_type: String.t() | nil, labels: [String.t()] | nil, language: String.t() | nil, masked_content: String.t() | nil, recommended_action: String.t(), severity: String.t() | nil }