Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 576 Bytes

File metadata and controls

20 lines (14 loc) · 576 Bytes

OpenapiClient::ReadChangesResponse

Properties

Name Type Description Notes
changes Array<TupleChange>
continuation_token String The continuation token will be identical if there are no new changes. [optional]

Example

require 'openapi_client'

instance = OpenapiClient::ReadChangesResponse.new(
  changes: null,
  continuation_token: eyJwayI6IkxBVEVTVF9OU0NPTkZJR19hdXRoMHN0b3JlIiwic2siOiIxem1qbXF3MWZLZExTcUoyN01MdTdqTjh0cWgifQ&#x3D;&#x3D;
)