Provides struct and type for a ApiKeySchema
@type t() :: %OpenApiTypesense.ApiKeySchema{ actions: [String.t()], collections: [String.t()], description: String.t(), expires_at: integer() | nil, value: String.t() | nil }