Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 859 Bytes

File metadata and controls

17 lines (9 loc) · 859 Bytes

ReadAttributesBody

AttributeReadRequest defines the structure of a request for reading attributes. It includes the tenant_id, metadata, attribute filter, page size for pagination, and a continuous token for multi-page results.

Properties

Name Type Description Notes
metadata AttributeReadRequestMetadata [optional]
filter AttributeFilter [optional]
pageSize Long page_size specifies the number of results to return in a single page. If more results are available, a continuous_token is included in the response. [optional]
continuousToken String continuous_token is used in case of paginated reads to get the next page of results. [optional]