GoogleChromeManagementV1FindInstalledAppDevicesResponse class
Response containing a list of devices with queried app installed.
Constructors
-
GoogleChromeManagementV1FindInstalledAppDevicesResponse({List<
GoogleChromeManagementV1Device> ? devices, String? nextPageToken, int? totalSize}) - GoogleChromeManagementV1FindInstalledAppDevicesResponse.fromJson(Map json_)
Properties
-
devices
↔ List<
GoogleChromeManagementV1Device> ? -
A list of devices which have the app installed.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- nextPageToken ↔ String?
-
Token to specify the next page of the request.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- totalSize ↔ int?
-
Total number of devices matching request.
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