ChromeosdevicesResource 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
-
action(ChromeOsDeviceAction request, String customerId, String resourceId, {String? $fields})
→ Future<void>
-
Use
[BatchChangeChromeOsDeviceStatus](/admin-sdk/directory/reference/rest/v1/customer.devices.chromeos/batchChangeStatus)
instead.
-
get(String customerId, String deviceId, {String? projection, String? $fields})
→ Future<ChromeOsDevice>
-
Retrieves a Chrome OS device's properties.
-
list(String customerId, {bool? includeChildOrgunits, int? maxResults, String? orderBy, String? orgUnitPath, String? pageToken, String? projection, String? query, String? sortOrder, String? $fields})
→ Future<ChromeOsDevices>
-
Retrieves a paginated list of Chrome OS devices within an account.
-
moveDevicesToOu(ChromeOsMoveDevicesToOu request, String customerId, String orgUnitPath, {String? $fields})
→ Future<void>
-
Moves or inserts multiple Chrome OS devices to an organizational unit.
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
patch(ChromeOsDevice request, String customerId, String deviceId, {String? projection, String? $fields})
→ Future<ChromeOsDevice>
-
Updates a device's updatable properties, such as
annotatedUser
,
annotatedLocation
, notes
, orgUnitPath
, or annotatedAssetId
.
-
toString()
→ String
-
A string representation of this object.
inherited
-
update(ChromeOsDevice request, String customerId, String deviceId, {String? projection, String? $fields})
→ Future<ChromeOsDevice>
-
Updates a device's updatable properties, such as
annotatedUser
,
annotatedLocation
, notes
, orgUnitPath
, or annotatedAssetId
.