toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
  if (abort != null) 'abort': abort!,
  if (appEngineVersion != null) 'appEngineVersion': appEngineVersion!,
  if (causesDrop != null) 'causesDrop': causesDrop!,
  if (cloudFunction != null) 'cloudFunction': cloudFunction!,
  if (cloudRunRevision != null) 'cloudRunRevision': cloudRunRevision!,
  if (cloudSqlInstance != null) 'cloudSqlInstance': cloudSqlInstance!,
  if (deliver != null) 'deliver': deliver!,
  if (description != null) 'description': description!,
  if (directVpcEgressConnection != null)
    'directVpcEgressConnection': directVpcEgressConnection!,
  if (drop != null) 'drop': drop!,
  if (endpoint != null) 'endpoint': endpoint!,
  if (firewall != null) 'firewall': firewall!,
  if (forward != null) 'forward': forward!,
  if (forwardingRule != null) 'forwardingRule': forwardingRule!,
  if (gkeMaster != null) 'gkeMaster': gkeMaster!,
  if (googleService != null) 'googleService': googleService!,
  if (hybridSubnet != null) 'hybridSubnet': hybridSubnet!,
  if (instance != null) 'instance': instance!,
  if (interconnectAttachment != null)
    'interconnectAttachment': interconnectAttachment!,
  if (loadBalancer != null) 'loadBalancer': loadBalancer!,
  if (loadBalancerBackendInfo != null)
    'loadBalancerBackendInfo': loadBalancerBackendInfo!,
  if (nat != null) 'nat': nat!,
  if (network != null) 'network': network!,
  if (projectId != null) 'projectId': projectId!,
  if (proxyConnection != null) 'proxyConnection': proxyConnection!,
  if (redisCluster != null) 'redisCluster': redisCluster!,
  if (redisInstance != null) 'redisInstance': redisInstance!,
  if (route != null) 'route': route!,
  if (serverlessExternalConnection != null)
    'serverlessExternalConnection': serverlessExternalConnection!,
  if (serverlessNeg != null) 'serverlessNeg': serverlessNeg!,
  if (state != null) 'state': state!,
  if (storageBucket != null) 'storageBucket': storageBucket!,
  if (vpcConnector != null) 'vpcConnector': vpcConnector!,
  if (vpnGateway != null) 'vpnGateway': vpnGateway!,
  if (vpnTunnel != null) 'vpnTunnel': vpnTunnel!,
};