toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
  if (allInstancesConfig != null) 'allInstancesConfig': allInstancesConfig!,
  if (autoscaler != null) 'autoscaler': autoscaler!,
  if (isStable != null) 'isStable': isStable!,
  if (stateful != null) 'stateful': stateful!,
  if (versionTarget != null) 'versionTarget': versionTarget!,
};