ManagedconfigurationsforuserResource class

Constructors

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

delete(String enterpriseId, String userId, String managedConfigurationForUserId, {String? $fields}) Future<void>
Removes a per-user managed configuration for an app for the specified user.
get(String enterpriseId, String userId, String managedConfigurationForUserId, {String? $fields}) Future<ManagedConfiguration>
Retrieves details of a per-user managed configuration for an app for the specified user.
list(String enterpriseId, String userId, {String? $fields}) Future<ManagedConfigurationsForUserListResponse>
Lists all the per-user managed configurations for the specified user.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
update(ManagedConfiguration request, String enterpriseId, String userId, String managedConfigurationForUserId, {String? $fields}) Future<ManagedConfiguration>
Adds or updates the managed configuration settings for an app for the specified user.

Operators

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