Provides struct and type for a ApiKey
@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() }