toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
  if (enableHa != null) 'enableHa': enableHa!,
  if (group != null) 'group': group!,
  if (ipBlocks != null) 'ipBlocks': ipBlocks!,
  if (masterIp != null) 'masterIp': masterIp!,
  if (stackdriverName != null) 'stackdriverName': stackdriverName!,
  if (vms != null) 'vms': vms!,
};