Seats class
JSON template for subscription seats.
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- kind ↔ String?
-
Identifies the resource as a subscription seat setting.
getter/setter pair
- licensedNumberOfSeats ↔ int?
-
Read-only field containing the current number of users that are assigned a
license for the product defined in
skuId
.getter/setter pair - maximumNumberOfSeats ↔ int?
-
This is a required property and is exclusive to subscriptions with
FLEXIBLE
orTRIAL
plans.getter/setter pair - numberOfSeats ↔ int?
-
This is a required property and is exclusive to subscriptions with
ANNUAL_MONTHLY_PAY
andANNUAL_YEARLY_PAY
plans.getter/setter pair - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited