Class Team

Inheritance Relationships

Base Type

Class Documentation

class Team : public axr::sdk::ModelBase

Public Functions

inline Team()
inline Team(const Team &value)
inline Team(Team &&value)
inline virtual ~Team()
virtual void Validate() override
int64_t GetId() const

Returns the value of the Id property.

Team &SetId(const int64_t value)

Sets the value of the Id property.

Parameters

value – The value to set.

std::vector<utility::string_t> GetMembers() const

Returns the value of the Members property.

Team &SetMembers(const std::vector<utility::string_t> value)

Sets the value of the Members property.

Parameters

value – The value to set.

Public Static Functions

static inline const utility::char_t *ClassName()

Returns the fully qualified name of the class.