ExBifrost.Model.CancelBatch200ResponseRequestCounts (ex_bifrost v0.1.0)

Copy Markdown View Source

CancelBatch200ResponseRequestCounts model.

Summary

Types

t()

@type t() :: %ExBifrost.Model.CancelBatch200ResponseRequestCounts{
  canceled: integer() | nil,
  completed: integer() | nil,
  expired: integer() | nil,
  failed: integer() | nil,
  pending: integer() | nil,
  succeeded: integer() | nil,
  total: integer() | nil
}

Functions

decode(value)