LicensesApi class

Constructors

LicensesApi([ApiClient? apiClient])

Properties

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

Methods

apiV1LicensesCheckGet(String feature, {String? organizationId}) Future<LicenseCheck?>
Check feature access
apiV1LicensesCheckGetWithHttpInfo(String feature, {String? organizationId}) Future<Response>
Check feature access
apiV1LicensesEntitlementsGet() Future<ApiV1LicensesEntitlementsGet200Response?>
List entitlements
apiV1LicensesEntitlementsGetWithHttpInfo() Future<Response>
List entitlements
apiV1LicensesGet() Future<ApiV1LicensesGet200Response?>
List licenses
apiV1LicensesGetWithHttpInfo() Future<Response>
List licenses
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