Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 1.21 KB

TeamDetails.md

File metadata and controls

19 lines (15 loc) · 1.21 KB

Knedlex.StableHorde.Api.Model.TeamDetails

Properties

Name Type Description Notes
Name string The Name given to this team. [optional]
Id string The UUID of this team. [optional]
Info string Extra information or comments about this team provided by its owner. [optional]
RequestsFulfilled int How many images this team's workers have generated. [optional]
Kudos decimal How many Kudos the workers in this team have been rewarded while part of this team. [optional]
Uptime int The total amount of time workers have stayed online while on this team. [optional]
Creator string The alias of the user which created this team. [optional]
WorkerCount int How many workers have been dedicated to this team. [optional]
Workers List<WorkerDetailsLite> [optional]
Models List<ActiveModelLite> [optional]

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