OpenApiTypesense.ApiKey (OpenApiTypesense v1.0.4)

View Source

Provides struct and type for a ApiKey

Summary

Types

t()

@type t() :: %OpenApiTypesense.ApiKey{
  actions: [String.t()],
  collections: [String.t()],
  description: String.t(),
  expires_at: integer(),
  id: integer(),
  value: String.t(),
  value_prefix: String.t()
}