toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() {
  final awsVms = this.awsVms;
  final azureVms = this.azureVms;
  final nextPageToken = this.nextPageToken;
  final updateTime = this.updateTime;
  final vmwareVms = this.vmwareVms;
  return {
    'awsVms': ?awsVms,
    'azureVms': ?azureVms,
    'nextPageToken': ?nextPageToken,
    'updateTime': ?updateTime,
    'vmwareVms': ?vmwareVms,
  };
}