GoogleChromeManagementV1DeviceRequestingExtensionDetails class
Details of a device requesting an extension, including the name of the device and the justification of the request.
Constructors
- GoogleChromeManagementV1DeviceRequestingExtensionDetails({String? deviceName, String? justification})
- GoogleChromeManagementV1DeviceRequestingExtensionDetails.fromJson(Map json_)
Properties
- deviceName ↔ String?
-
The name of a device that has requested the extension.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- justification ↔ String?
-
Request justification as entered by the user.
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