Shared
ModelsExpand Collapse
class BaseResponse:
class BaseResponse:
ResponseMetadata metadata
ResponseMetadata metadata
Response metadata, including the request ID and optional pagination info.
Optional<String> nextPageToken
Optional<String> nextPageToken
Base64URL-encoded pagination token containing limit and offset
formatbyte
Optional<String> previousPageToken
Optional<String> previousPageToken
Base64URL-encoded pagination token containing limit and offset
formatbyte
class ResponseMetadata:
class ResponseMetadata:
Metadata for the response. This will always contain a request ID which can be used to identify the request to Clear Street for tracing, and optionally may include pagination data.
Optional<String> nextPageToken
Optional<String> nextPageToken
Base64URL-encoded pagination token containing limit and offset
formatbyte
Optional<String> previousPageToken
Optional<String> previousPageToken
Base64URL-encoded pagination token containing limit and offset
formatbyte