toJson method

Map<String, dynamic> toJson()

Implementation

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