toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
  if (backendService != null) 'backendService': backendService!,
  if (forwardingRule != null) 'forwardingRule': forwardingRule!,
  if (healthCheck != null) 'healthCheck': healthCheck!,
  if (healthCheckService != null) 'healthCheckService': healthCheckService!,
  if (healthState != null) 'healthState': healthState!,
  if (ipv6HealthState != null) 'ipv6HealthState': ipv6HealthState!,
};