toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() => {
if (createdVmCount != null) 'createdVmCount': createdVmCount!,
if (deletedVmCount != null) 'deletedVmCount': deletedVmCount!,
if (failedToCreateVmCount != null)
'failedToCreateVmCount': failedToCreateVmCount!,
if (status != null) 'status': status!,
if (targetVmCount != null) 'targetVmCount': targetVmCount!,
};