ExBifrost.Model.ListContainers200Response (ex_bifrost v0.1.0)

Copy Markdown View Source

ListContainers200Response model.

Summary

Types

t()

@type t() :: %ExBifrost.Model.ListContainers200Response{
  data: [ExBifrost.Model.ListContainers200ResponseDataInner.t()] | nil,
  extra_fields: ExBifrost.Model.BifrostResponseExtraFields.t() | nil,
  first_id: String.t() | nil,
  has_more: boolean() | nil,
  last_id: String.t() | nil,
  object: String.t() | nil
}

Functions

decode(value)