toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() {
  final addonsConfig = this.addonsConfig;
  final arcConfigLocation = this.arcConfigLocation;
  final clientIpResolutionConfig = this.clientIpResolutionConfig;
  final createTime = this.createTime;
  final dataCollectors = this.dataCollectors;
  final debugMask = this.debugMask;
  final deploymentGroups = this.deploymentGroups;
  final deployments = this.deployments;
  final envScopedRevisionId = this.envScopedRevisionId;
  final featureFlags = this.featureFlags;
  final flowhooks = this.flowhooks;
  final forwardProxyUri = this.forwardProxyUri;
  final gatewayConfigLocation = this.gatewayConfigLocation;
  final keystores = this.keystores;
  final name = this.name;
  final provider = this.provider;
  final pubsubTopic = this.pubsubTopic;
  final resourceReferences = this.resourceReferences;
  final resources = this.resources;
  final revisionId = this.revisionId;
  final sequenceNumber = this.sequenceNumber;
  final targets = this.targets;
  final traceConfig = this.traceConfig;
  final uid = this.uid;
  return {
    'addonsConfig': ?addonsConfig,
    'arcConfigLocation': ?arcConfigLocation,
    'clientIpResolutionConfig': ?clientIpResolutionConfig,
    'createTime': ?createTime,
    'dataCollectors': ?dataCollectors,
    'debugMask': ?debugMask,
    'deploymentGroups': ?deploymentGroups,
    'deployments': ?deployments,
    'envScopedRevisionId': ?envScopedRevisionId,
    'featureFlags': ?featureFlags,
    'flowhooks': ?flowhooks,
    'forwardProxyUri': ?forwardProxyUri,
    'gatewayConfigLocation': ?gatewayConfigLocation,
    'keystores': ?keystores,
    'name': ?name,
    'provider': ?provider,
    'pubsubTopic': ?pubsubTopic,
    'resourceReferences': ?resourceReferences,
    'resources': ?resources,
    'revisionId': ?revisionId,
    'sequenceNumber': ?sequenceNumber,
    'targets': ?targets,
    'traceConfig': ?traceConfig,
    'uid': ?uid,
  };
}