LicenseAssignmentsResource class
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
-
delete(String productId, String skuId, String userId, {String? $fields})
→ Future<Empty>
-
Revoke a license.
-
get(String productId, String skuId, String userId, {String? $fields})
→ Future<LicenseAssignment>
-
Get a specific user's license by product SKU.
-
insert(LicenseAssignmentInsert request, String productId, String skuId, {String? $fields})
→ Future<LicenseAssignment>
-
Assign a license.
-
listForProduct(String productId, String customerId, {int? maxResults, String? pageToken, String? $fields})
→ Future<LicenseAssignmentList>
-
List all users assigned licenses for a specific product SKU.
-
listForProductAndSku(String productId, String skuId, String customerId, {int? maxResults, String? pageToken, String? $fields})
→ Future<LicenseAssignmentList>
-
List all users assigned licenses for a specific product SKU.
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
patch(LicenseAssignment request, String productId, String skuId, String userId, {String? $fields})
→ Future<LicenseAssignment>
-
Reassign a user's product SKU with a different SKU in the same product.
-
toString()
→ String
-
A string representation of this object.
inherited
-
update(LicenseAssignment request, String productId, String skuId, String userId, {String? $fields})
→ Future<LicenseAssignment>
-
Reassign a user's product SKU with a different SKU in the same product.