CustomersDevicesResource class

Constructors

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

applyConfiguration(CustomerApplyConfigurationRequest request, String parent, {String? $fields}) Future<Empty>
Applies a Configuration to the device to register the device for zero-touch enrollment.
get(String name, {String? $fields}) Future<Device>
Gets the details of a device.
list(String parent, {String? pageSize, String? pageToken, String? $fields}) Future<CustomerListDevicesResponse>
Lists a customer's devices.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
removeConfiguration(CustomerRemoveConfigurationRequest request, String parent, {String? $fields}) Future<Empty>
Removes a configuration from device.
toString() String
A string representation of this object.
inherited
unclaim(CustomerUnclaimDeviceRequest request, String parent, {String? $fields}) Future<Empty>
Unclaims a device from a customer and removes it from zero-touch enrollment.

Operators

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