NomadClient.Model.FuzzySearchResponse (nomad_client v0.13.1)
Link to this section Summary
Link to this section Types
@type t() :: %NomadClient.Model.FuzzySearchResponse{ KnownLeader: boolean() | nil, LastContact: integer() | nil, LastIndex: integer() | nil, Matches: %{optional(String.t()) => [NomadClient.Model.FuzzyMatch.t()]} | nil, NextToken: String.t() | nil, RequestTime: integer() | nil, Truncations: %{optional(String.t()) => boolean()} | nil }