Gleanex.Client.GetCollectionResponse (Gleanex v0.1.0)

Copy Markdown View Source

Provides struct and type for a GetCollectionResponse

Summary

Types

t()

@type t() :: %Gleanex.Client.GetCollectionResponse{
  collection: Gleanex.Client.Collection.t() | nil,
  error: Gleanex.Client.CollectionError.t() | nil,
  rootCollection: Gleanex.Client.Collection.t() | nil,
  trackingToken: String.t() | nil
}