DirectoryChromeosdevicesCommand constructor

DirectoryChromeosdevicesCommand({
  1. String? commandExpireTime,
  2. String? commandId,
  3. DirectoryChromeosdevicesCommandResult? commandResult,
  4. String? issueTime,
  5. String? payload,
  6. String? state,
  7. String? type,
})

Implementation

DirectoryChromeosdevicesCommand({
  this.commandExpireTime,
  this.commandId,
  this.commandResult,
  this.issueTime,
  this.payload,
  this.state,
  this.type,
});