GoogleAppsCloudidentityDevicesV1BrowserAttributes class
Contains information about browser profiles reported by the Endpoint Verification extension.
Constructors
- GoogleAppsCloudidentityDevicesV1BrowserAttributes({GoogleAppsCloudidentityDevicesV1BrowserInfo? chromeBrowserInfo, String? chromeProfileId, String? lastProfileSyncTime})
- GoogleAppsCloudidentityDevicesV1BrowserAttributes.fromJson(Map json_)
Properties
- chromeBrowserInfo ↔ GoogleAppsCloudidentityDevicesV1BrowserInfo?
-
Represents the current state of the
Chrome browser attributes
sent by the
Endpoint Verification extension.
getter/setter pair
- chromeProfileId ↔ String?
-
Chrome profile ID that is exposed by the Chrome API.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- lastProfileSyncTime ↔ String?
-
Timestamp in milliseconds since Epoch when the profile/gcm id was last
synced.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
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