GoogleChromeManagementV1CountInstalledAppsResponse class

Response containing details of queried installed apps.

Properties

hashCode int
The hash code for this object.
no setterinherited
installedApps List<GoogleChromeManagementV1InstalledApp>?
List of installed apps matching request.
getter/setter pair
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 installed apps 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