Provides struct and type for a GetRequestPayload
@type t() :: %ExChromaDb.Api.GetRequestPayload{ ids: [String.t()] | nil, include: [String.t()] | nil, limit: integer() | nil, offset: integer() | nil, where: map() | nil, where_document: map() | nil }