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