Seats class

JSON template for subscription seats.

Constructors

Seats({String? kind, int? licensedNumberOfSeats, int? maximumNumberOfSeats, int? numberOfSeats})
Seats.fromJson(Map json_)

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 or TRIAL plans.
getter/setter pair
numberOfSeats int?
This is a required property and is exclusive to subscriptions with ANNUAL_MONTHLY_PAY and ANNUAL_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