FetchInventoryResponse constructor
FetchInventoryResponse({
- AwsVmsDetails? awsVms,
- AzureVmsDetails? azureVms,
- String? nextPageToken,
- String? updateTime,
- VmwareVmsDetails? vmwareVms,
Implementation
FetchInventoryResponse({
this.awsVms,
this.azureVms,
this.nextPageToken,
this.updateTime,
this.vmwareVms,
});