Class BatchGetRequest.Builder
java.lang.Object
ai.vectros.resources.records.requests.BatchGetRequest.Builder
- Enclosing class:
BatchGetRequest
-
Method Summary
Modifier and TypeMethodDescriptionadditionalProperties(Map<String, Object> additionalProperties) additionalProperty(String key, Object value) build()from(BatchGetRequest other) The record ids to fetch (maximum 100).
-
Method Details
-
from
-
ids
The record ids to fetch (maximum 100). Any id you cannot access — nonexistent or outside your account or token scope — is silently omitted from the response, so a missing id never reveals whether that record exists.
-
ids
-
build
-
additionalProperty
-
additionalProperties
-