toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() {
  final authConfigTemplates = this.authConfigTemplates;
  final authOverrideEnabled = this.authOverrideEnabled;
  final configVariableTemplates = this.configVariableTemplates;
  final connectorInfraConfig = this.connectorInfraConfig;
  final createTime = this.createTime;
  final destinationConfigTemplates = this.destinationConfigTemplates;
  final displayName = this.displayName;
  final egressControlConfig = this.egressControlConfig;
  final eventingConfigTemplate = this.eventingConfigTemplate;
  final isCustomActionsSupported = this.isCustomActionsSupported;
  final isCustomEntitiesSupported = this.isCustomEntitiesSupported;
  final labels = this.labels;
  final launchStage = this.launchStage;
  final name = this.name;
  final releaseVersion = this.releaseVersion;
  final roleGrant = this.roleGrant;
  final roleGrants = this.roleGrants;
  final schemaRefreshConfig = this.schemaRefreshConfig;
  final sslConfigTemplate = this.sslConfigTemplate;
  final supportedRuntimeFeatures = this.supportedRuntimeFeatures;
  final supportedStandardActions = this.supportedStandardActions;
  final supportedStandardEntities = this.supportedStandardEntities;
  final unsupportedConnectionTypes = this.unsupportedConnectionTypes;
  final updateTime = this.updateTime;
  final vpcscConfig = this.vpcscConfig;
  return {
    'authConfigTemplates': ?authConfigTemplates,
    'authOverrideEnabled': ?authOverrideEnabled,
    'configVariableTemplates': ?configVariableTemplates,
    'connectorInfraConfig': ?connectorInfraConfig,
    'createTime': ?createTime,
    'destinationConfigTemplates': ?destinationConfigTemplates,
    'displayName': ?displayName,
    'egressControlConfig': ?egressControlConfig,
    'eventingConfigTemplate': ?eventingConfigTemplate,
    'isCustomActionsSupported': ?isCustomActionsSupported,
    'isCustomEntitiesSupported': ?isCustomEntitiesSupported,
    'labels': ?labels,
    'launchStage': ?launchStage,
    'name': ?name,
    'releaseVersion': ?releaseVersion,
    'roleGrant': ?roleGrant,
    'roleGrants': ?roleGrants,
    'schemaRefreshConfig': ?schemaRefreshConfig,
    'sslConfigTemplate': ?sslConfigTemplate,
    'supportedRuntimeFeatures': ?supportedRuntimeFeatures,
    'supportedStandardActions': ?supportedStandardActions,
    'supportedStandardEntities': ?supportedStandardEntities,
    'unsupportedConnectionTypes': ?unsupportedConnectionTypes,
    'updateTime': ?updateTime,
    'vpcscConfig': ?vpcscConfig,
  };
}