Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 620 Bytes

CounterDTO.md

File metadata and controls

13 lines (10 loc) · 620 Bytes

IO.Swagger.Model.CounterDTO

Properties

Name Type Description Notes
Id string The id of the counter. [optional]
Context string The context of the counter. [optional]
Name string The name of the counter. [optional]
ValueCount long? The value count. [optional]
Value string The value of the counter. [optional]

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