Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 619 Bytes

StateMapDTO.md

File metadata and controls

11 lines (8 loc) · 619 Bytes

IO.Swagger.Model.StateMapDTO

Properties

Name Type Description Notes
Scope string The scope of this StateMap. [optional]
TotalEntryCount int? The total number of state entries. When the state map is lengthy, only of portion of the entries are returned. [optional]
State List<StateEntryDTO> The state. [optional]

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