toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
      if (autoscalingEnabled != null)
        'autoscalingEnabled': autoscalingEnabled!,
      if (autoscalingFactor != null) 'autoscalingFactor': autoscalingFactor!,
      if (limitConfig != null) 'limitConfig': limitConfig!,
    };