Gleanex.Client.GetCollectionRequest (Gleanex v0.1.0)

Copy Markdown View Source

Provides struct and type for a GetCollectionRequest

Summary

Types

t()

@type t() :: %Gleanex.Client.GetCollectionRequest{
  allowedDatasource: String.t() | nil,
  id: integer(),
  withHierarchy: boolean() | nil,
  withItems: boolean() | nil
}