ManagedconfigurationsfordeviceResource 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 enterpriseId, String userId, String deviceId, String managedConfigurationForDeviceId, {String? $fields})
→ Future<void>
-
Removes a per-device managed configuration for an app for the specified
device.
-
get(String enterpriseId, String userId, String deviceId, String managedConfigurationForDeviceId, {String? $fields})
→ Future<ManagedConfiguration>
-
Retrieves details of a per-device managed configuration.
-
list(String enterpriseId, String userId, String deviceId, {String? $fields})
→ Future<ManagedConfigurationsForDeviceListResponse>
-
Lists all the per-device managed configurations for the specified device.
-
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 deviceId, String managedConfigurationForDeviceId, {String? $fields})
→ Future<ManagedConfiguration>
-
Adds or updates a per-device managed configuration for an app for the
specified device.