ExBifrost.Model.GetBatchResults200ResponseResultsInner (ex_bifrost v0.1.0)

Copy Markdown View Source

GetBatchResults200ResponseResultsInner model.

Summary

Types

t()

@type t() :: %ExBifrost.Model.GetBatchResults200ResponseResultsInner{
  custom_id: String.t() | nil,
  error: ExBifrost.Model.VideoList200ResponseDataInnerError.t() | nil,
  response:
    ExBifrost.Model.GetBatchResults200ResponseResultsInnerResponse.t() | nil,
  result: ExBifrost.Model.GetBatchResults200ResponseResultsInnerResult.t() | nil
}

Functions

decode(value)