Class Ticket::TeamSize

Nested Relationships

This class is a nested type of Class Ticket.

Inheritance Relationships

Base Types

  • public axr::sdk::Object (Class Object)

  • public std::enable_shared_from_this< TeamSize >

Class Documentation

class TeamSize : public axr::sdk::Object, public std::enable_shared_from_this<TeamSize>

Public Functions

TeamSize(int64_t value)
TeamSize(int64_t min, int64_t max)
inline TeamSize(const Object &value)
int64_t GetMax()
TeamSize &SetMax(int64_t value)
int64_t GetMin()
TeamSize &SetMin(int64_t value)