ChromeosdevicesResourceApi class
Properties
-
hashCode
→ int
-
The hash code for this object.
read-only, inherited
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
read-only, inherited
Methods
-
action(ChromeOsDeviceAction request, String customerId, { String resourceId, { String $fields })
→ Future
-
Take action on Chrome OS Device [...]
-
get(String customerId, { String deviceId, { String projection String $fields })
→ Future<ChromeOsDevice>
-
Retrieve Chrome OS Device [...]
-
list(String customerId, { int maxResults, String orderBy String orgUnitPath String pageToken String projection String query String sortOrder String $fields })
→ Future<ChromeOsDevices>
-
Retrieve all Chrome OS Devices of a customer (paginated) [...]
-
moveDevicesToOu(ChromeOsMoveDevicesToOu request, String customerId, { String orgUnitPath, { String $fields })
→ Future
-
Move or insert multiple Chrome OS Devices to organizational unit [...]
-
patch(ChromeOsDevice request, String customerId, { String deviceId, { String projection String $fields })
→ Future<ChromeOsDevice>
-
Update Chrome OS Device. This method supports patch semantics. [...]
-
update(ChromeOsDevice request, String customerId, { String deviceId, { String projection String $fields })
→ Future<ChromeOsDevice>
-
Update Chrome OS Device [...]
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a non-existent method or property is accessed.
inherited
-
toString()
→ String
-
Returns a string representation of this object.
inherited
Operators
-
operator ==(dynamic other)
→ bool
-
The equality operator.
inherited