Cyphi.BatchResults (Cyphi v0.1.0)

Provides struct and type for a BatchResults

Summary

Types

t()

@type t() :: %Cyphi.BatchResults{
  object: String.t() | nil,
  request: String.t() | nil,
  status_code: integer() | nil,
  status_message: String.t() | nil
}