toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
      if (canIpForward != null) 'canIpForward': canIpForward!,
      if (enableExternalIps != null) 'enableExternalIps': enableExternalIps!,
      if (network != null) 'network': network!,
      if (queueCount != null) 'queueCount': queueCount!,
      if (subnetwork != null) 'subnetwork': subnetwork!,
    };