FindDevicesByOwnerRequest class
Request to find devices by customers.
Constructors
-
FindDevicesByOwnerRequest({List<
String> ? customerId, List<String> ? googleWorkspaceCustomerId, String? limit, String? pageToken, String? sectionType}) - FindDevicesByOwnerRequest.fromJson(Map json_)
Properties
-
customerId
↔ List<
String> ? -
The list of customer IDs to search for.
getter/setter pair
-
googleWorkspaceCustomerId
↔ List<
String> ? -
The list of IDs of Google Workspace accounts to search for.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- limit ↔ String?
-
The maximum number of devices to show in a page of results.
getter/setter pair
- pageToken ↔ String?
-
A token specifying which result page to return.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- sectionType ↔ String?
-
The section type of the device's provisioning record.
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited