CustomerLicense class

Constructors

CustomerLicense({String? applicationId, String? customerId, List<Editions>? editions, String? id, String? kind, String? state})
CustomerLicense.fromJson(Map json_)

Properties

applicationId String?
The ID of the application corresponding to this license query.
getter/setter pair
customerId String?
The domain name of the customer.
getter/setter pair
editions List<Editions>?
(Deprecated)
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
id String?
The ID of the customer license.
getter/setter pair
kind String?
The type of API resource.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
state String?
The customer's license status.
getter/setter pair

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