MobiledevicesResource class

Constructors

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

action(MobileDeviceAction request, String customerId, String resourceId, {String? $fields}) Future<void>
Takes an action that affects a mobile device.
delete(String customerId, String resourceId, {String? $fields}) Future<void>
Removes a mobile device.
get(String customerId, String resourceId, {String? projection, String? $fields}) Future<MobileDevice>
Retrieves a mobile device's properties.
list(String customerId, {int? maxResults, String? orderBy, String? pageToken, String? projection, String? query, String? sortOrder, String? $fields}) Future<MobileDevices>
Retrieves a paginated list of all user-owned mobile devices for an account.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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