ExStreamClient.Model.MarkReviewedRequestPayload (ExStreamClient v0.2.0)

Copy Markdown View Source

Schema representing a MarkReviewedRequestPayload

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.MarkReviewedRequestPayload{
  content_to_mark_as_reviewed_limit: integer() | nil,
  decision_reason: String.t() | nil,
  disable_marking_content_as_reviewed: boolean() | 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()