GoogleChromeManagementVersionsV1ChromeBrowserProfileCommandCommandResult class
Result of the execution of a command.
Constructors
- GoogleChromeManagementVersionsV1ChromeBrowserProfileCommandCommandResult({String? clientExecutionTime, String? resultCode, String? resultType})
- GoogleChromeManagementVersionsV1ChromeBrowserProfileCommandCommandResult.fromJson(Map json_)
Properties
- clientExecutionTime ↔ String?
- 
  Timestamp of the client execution of the remote command.
  getter/setter pair
- hashCode → int
- 
  The hash code for this object.
  no setterinherited
- resultCode ↔ String?
- 
  Result code that indicates the type of error or success of the command.
  getter/setter pair
- resultType ↔ String?
- 
  Result type of the remote command.
  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