ExOura.Client.MultiDocumentResponseDict (ex_oura v4.0.0)

Copy Markdown View Source

Provides struct and type for a MultiDocumentResponseDict

Summary

Types

t()

@type t() :: %ExOura.Client.MultiDocumentResponseDict{
  data: [map()],
  next_token: String.t() | nil
}