GrouplicensesResource class

Constructors

GrouplicensesResource(ApiRequester client)

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

get(String enterpriseId, String groupLicenseId, {String? $fields}) Future<GroupLicense>
Retrieves details of an enterprise's group license for a product.
list(String enterpriseId, {String? $fields}) Future<GroupLicensesListResponse>
Retrieves IDs of all products for which the enterprise has a group license.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited