Skip to content

Latest commit

 

History

History
15 lines (7 loc) · 625 Bytes

AttributeReadResponse.md

File metadata and controls

15 lines (7 loc) · 625 Bytes

AttributeReadResponse

AttributeReadResponse defines the structure of the response to an attribute read request. It includes the attributes retrieved and a continuous token for handling result pagination.

Properties

Name Type Description Notes
attributes List<Attribute> attributes is a list of the attributes retrieved in the read operation. [optional]
continuousToken String continuous_token is used in the case of paginated reads to retrieve the next page of results. [optional]