Skip to content
This repository has been archived by the owner on Feb 14, 2024. It is now read-only.

Latest commit

 

History

History
14 lines (9 loc) · 656 Bytes

StateEntryDto.md

File metadata and controls

14 lines (9 loc) · 656 Bytes

StateEntryDto

Properties

Name Type Description Notes
key Option<String> The key for this state. [optional]
value Option<String> The value for this state. [optional]
cluster_node_id Option<String> The identifier for the node where the state originated. [optional]
cluster_node_address Option<String> The label for the node where the state originated. [optional]

[Back to Model list] [Back to API list] [Back to README]