GoogleChromeManagementVersionsV1ChromeBrowserProfileCommand constructor

GoogleChromeManagementVersionsV1ChromeBrowserProfileCommand({
  1. GoogleChromeManagementVersionsV1ChromeBrowserProfileCommandCommandResult? commandResult,
  2. String? commandState,
  3. String? commandType,
  4. String? issueTime,
  5. String? name,
  6. Map<String, Object?>? payload,
  7. String? validDuration,
})

Implementation

GoogleChromeManagementVersionsV1ChromeBrowserProfileCommand({
  this.commandResult,
  this.commandState,
  this.commandType,
  this.issueTime,
  this.name,
  this.payload,
  this.validDuration,
});