toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
  if (awsVms != null) 'awsVms': awsVms!,
  if (azureVms != null) 'azureVms': azureVms!,
  if (nextPageToken != null) 'nextPageToken': nextPageToken!,
  if (updateTime != null) 'updateTime': updateTime!,
  if (vmwareVms != null) 'vmwareVms': vmwareVms!,
};