ExStreamClient.Model.MarkReviewedRequest (ExStreamClient v0.1.7)

View Source

Schema representing a MarkReviewedRequest

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.MarkReviewedRequest{
  content_to_mark_as_reviewed_limit: integer() | 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()