Gleanex.Indexing.RotateTokenResponse (Gleanex v0.1.0)

Copy Markdown View Source

Provides struct and type for a RotateTokenResponse

Summary

Types

t()

@type t() :: %Gleanex.Indexing.RotateTokenResponse{
  createdAt: integer() | nil,
  rawSecret: String.t() | nil,
  rotationPeriodMinutes: integer() | nil
}