toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() => {
if (esxVersion != null) 'esxVersion': esxVersion!,
if (osid != null) 'osid': osid!,
if (vcenterFolder != null) 'vcenterFolder': vcenterFolder!,
if (vcenterUri != null) 'vcenterUri': vcenterUri!,
if (vcenterVersion != null) 'vcenterVersion': vcenterVersion!,
if (vcenterVmId != null) 'vcenterVmId': vcenterVmId!,
};