LicensesApi class
Constructors
- LicensesApi([ApiClient? apiClient])
Properties
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