GoogleChromeManagementVersionsV1ChromeBrowserProfileCommandCommandResult constructor

GoogleChromeManagementVersionsV1ChromeBrowserProfileCommandCommandResult({
  1. String? clientExecutionTime,
  2. String? resultCode,
  3. String? resultType,
})

Implementation

GoogleChromeManagementVersionsV1ChromeBrowserProfileCommandCommandResult({
  this.clientExecutionTime,
  this.resultCode,
  this.resultType,
});