ProvidersEntitlementsResource class

Constructors

ProvidersEntitlementsResource(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

approve(ApproveEntitlementRequest request, String name, {String? $fields}) Future<Empty>
Approves an entitlement that is in the EntitlementState.ENTITLEMENT_ACTIVATION_REQUESTED state.
approvePlanChange(ApproveEntitlementPlanChangeRequest request, String name, {String? $fields}) Future<Empty>
Approves an entitlement plan change that is in the EntitlementState.ENTITLEMENT_PENDING_PLAN_CHANGE_APPROVAL state.
get(String name, {String? $fields}) Future<Entitlement>
Gets a requested Entitlement resource.
list(String parent, {String? filter, int? pageSize, String? pageToken, String? $fields}) Future<ListEntitlementsResponse>
Lists Entitlements for which the provider has read access.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
patch(Entitlement request, String name, {String? updateMask, String? $fields}) Future<Entitlement>
Updates an existing Entitlement.
reject(RejectEntitlementRequest request, String name, {String? $fields}) Future<Empty>
Rejects an entitlement that is in the EntitlementState.ENTITLEMENT_ACTIVATION_REQUESTED state.
rejectPlanChange(RejectEntitlementPlanChangeRequest request, String name, {String? $fields}) Future<Empty>
Rejects an entitlement plan change that is in the EntitlementState.ENTITLEMENT_PENDING_PLAN_CHANGE_APPROVAL state.
suspend(SuspendEntitlementRequest request, String name, {String? $fields}) Future<Empty>
Requests suspension of an active Entitlement.
toString() String
A string representation of this object.
inherited

Operators

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