DevicesResource class

Constructors

DevicesResource(ApiRequester client)

Properties

deviceUsers DevicesDeviceUsersResource
no setter
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

cancelWipe(GoogleAppsCloudidentityDevicesV1CancelWipeDeviceRequest request, String name, {String? $fields}) Future<Operation>
Cancels an unfinished device wipe.
create(GoogleAppsCloudidentityDevicesV1Device request, {String? customer, String? $fields}) Future<Operation>
Creates a device.
delete(String name, {String? customer, String? $fields}) Future<Operation>
Deletes the specified device.
get(String name, {String? customer, String? $fields}) Future<GoogleAppsCloudidentityDevicesV1Device>
Retrieves the specified device.
list({String? customer, String? filter, String? orderBy, int? pageSize, String? pageToken, String? view, String? $fields}) Future<GoogleAppsCloudidentityDevicesV1ListDevicesResponse>
Lists/Searches devices.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
wipe(GoogleAppsCloudidentityDevicesV1WipeDeviceRequest request, String name, {String? $fields}) Future<Operation>
Wipes all data on the specified device.

Operators

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