FetchInventoryResponse constructor

FetchInventoryResponse({
  1. AwsVmsDetails? awsVms,
  2. AzureVmsDetails? azureVms,
  3. String? nextPageToken,
  4. String? updateTime,
  5. VmwareVmsDetails? vmwareVms,
})

Implementation

FetchInventoryResponse({
  this.awsVms,
  this.azureVms,
  this.nextPageToken,
  this.updateTime,
  this.vmwareVms,
});