toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
  if (effectiveInstanceMetadata != null)
    'effectiveInstanceMetadata': effectiveInstanceMetadata!,
  if (physicalHost != null) 'physicalHost': physicalHost!,
  if (physicalHostTopology != null)
    'physicalHostTopology': physicalHostTopology!,
  if (scheduling != null) 'scheduling': scheduling!,
  if (upcomingMaintenance != null)
    'upcomingMaintenance': upcomingMaintenance!,
};