GoogleChromeManagementV1BrowserVersion class

Describes a browser version and its install count.

Constructors

GoogleChromeManagementV1BrowserVersion({String? channel, String? count, String? deviceOsVersion, String? system, String? version})
GoogleChromeManagementV1BrowserVersion.fromJson(Map json_)

Properties

channel String?
The release channel of the installed browser.
getter/setter pair
count String?
Count grouped by device_system and major version
getter/setter pair
deviceOsVersion String?
Version of the system-specified operating system.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
system String?
The device operating system.
getter/setter pair
version String?
The full version of the installed browser.
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