toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() {
  final appEngineVersion = this.appEngineVersion;
  final cloudFunction = this.cloudFunction;
  final cloudRunRevision = this.cloudRunRevision;
  final cloudSqlInstance = this.cloudSqlInstance;
  final forwardingRule = this.forwardingRule;
  final forwardingRuleTarget = this.forwardingRuleTarget;
  final fqdn = this.fqdn;
  final gkeMasterCluster = this.gkeMasterCluster;
  final gkePod = this.gkePod;
  final instance = this.instance;
  final ipAddress = this.ipAddress;
  final loadBalancerId = this.loadBalancerId;
  final loadBalancerType = this.loadBalancerType;
  final network = this.network;
  final networkType = this.networkType;
  final port = this.port;
  final projectId = this.projectId;
  final redisCluster = this.redisCluster;
  final redisInstance = this.redisInstance;
  return {
    'appEngineVersion': ?appEngineVersion,
    'cloudFunction': ?cloudFunction,
    'cloudRunRevision': ?cloudRunRevision,
    'cloudSqlInstance': ?cloudSqlInstance,
    'forwardingRule': ?forwardingRule,
    'forwardingRuleTarget': ?forwardingRuleTarget,
    'fqdn': ?fqdn,
    'gkeMasterCluster': ?gkeMasterCluster,
    'gkePod': ?gkePod,
    'instance': ?instance,
    'ipAddress': ?ipAddress,
    'loadBalancerId': ?loadBalancerId,
    'loadBalancerType': ?loadBalancerType,
    'network': ?network,
    'networkType': ?networkType,
    'port': ?port,
    'projectId': ?projectId,
    'redisCluster': ?redisCluster,
    'redisInstance': ?redisInstance,
  };
}