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 (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 (instance != null) 'instance': instance!,
      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 (route != null) 'route': route!,
      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!,
    };