DirectoryChromeosdevicesCommandResult constructor

DirectoryChromeosdevicesCommandResult({
  1. String? commandResultPayload,
  2. String? errorMessage,
  3. String? executeTime,
  4. String? result,
})

Implementation

DirectoryChromeosdevicesCommandResult({
  this.commandResultPayload,
  this.errorMessage,
  this.executeTime,
  this.result,
});