|
reseller
v1
|
#include <seats.h>
Public Member Functions | |
| Seats (const Json::Value &storage) | |
| Seats (Json::Value *storage) | |
| virtual | ~Seats () |
| const StringPiece | GetTypeName () const |
| bool | has_kind () const |
| void | clear_kind () |
| const StringPiece | get_kind () const |
| void | set_kind (const StringPiece &value) |
| bool | has_licensed_number_of_seats () const |
| void | clear_licensed_number_of_seats () |
| int32 | get_licensed_number_of_seats () const |
| void | set_licensed_number_of_seats (int32 value) |
| bool | has_maximum_number_of_seats () const |
| void | clear_maximum_number_of_seats () |
| int32 | get_maximum_number_of_seats () const |
| void | set_maximum_number_of_seats (int32 value) |
| bool | has_number_of_seats () const |
| void | clear_number_of_seats () |
| int32 | get_number_of_seats () const |
| void | set_number_of_seats (int32 value) |
Static Public Member Functions | |
| static Seats * | New () |
JSON template for subscription seats.
|
explicit |
Standard constructor for an immutable data object instance.
| [in] | storage | The underlying data storage for this instance. |
|
explicit |
Standard constructor for a mutable data object instance.
| [in] | storage | The underlying data storage for this instance. |
|
virtual |
Standard destructor.
|
inline |
Clears the 'kind' attribute.
|
inline |
Clears the 'licensedNumberOfSeats' attribute.
|
inline |
Clears the 'maximumNumberOfSeats' attribute.
|
inline |
Clears the 'numberOfSeats' attribute.
|
inline |
Get the value of the 'kind' attribute.
|
inline |
Get the value of the 'licensedNumberOfSeats' attribute.
|
inline |
Get the value of the 'maximumNumberOfSeats' attribute.
|
inline |
Get the value of the 'numberOfSeats' attribute.
|
inline |
Returns a string denoting the type of this data object.
google_reseller_api::Seats
|
inline |
Determine if the 'kind' attribute was set.
kind' attribute was set.
|
inline |
Determine if the 'licensedNumberOfSeats' attribute was set.
licensedNumberOfSeats' attribute was set.
|
inline |
Determine if the 'maximumNumberOfSeats' attribute was set.
maximumNumberOfSeats' attribute was set.
|
inline |
Determine if the 'numberOfSeats' attribute was set.
numberOfSeats' attribute was set.
|
static |
Creates a new default instance.
|
inline |
Change the 'kind' attribute.
Identifies the resource as a subscription seat setting. Value: subscriptions::seats.
| [in] | value | The new value. |
|
inline |
Change the 'licensedNumberOfSeats' attribute.
Read-only field containing the current number of users that are assigned a license for the product defined in skuId. This field's value is equivalent to the numerical count of users returned by the Enterprise License Manager API method: listForProductAndSku.
| [in] | value | The new value. |
|
inline |
Change the 'maximumNumberOfSeats' attribute.
This is a required property and is exclusive to subscriptions with FLEXIBLE or TRIAL plans. This property sets the maximum number of licensed users allowed on a subscription. This quantity can be increased up to the maximum limit defined in the reseller's contract. The minimum quantity is the current number of users in the customer account. Note: G Suite subscriptions automatically assign a license to every user.
| [in] | value | The new value. |
|
inline |
Change the 'numberOfSeats' attribute.
This is a required property and is exclusive to subscriptions with ANNUAL_MONTHLY_PAY and ANNUAL_YEARLY_PAY plans. This property sets the maximum number of licenses assignable to users on a subscription. The reseller can add more licenses, but once set, the numberOfSeats cannot be reduced until renewal. The reseller is invoiced based on the numberOfSeats value regardless of how many of these user licenses are assigned. Note: G Suite subscriptions automatically assign a license to every user.
| [in] | value | The new value. |