toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() {
  final cmekKeyName = this.cmekKeyName;
  final conversionWorkspace = this.conversionWorkspace;
  final createTime = this.createTime;
  final destination = this.destination;
  final destinationDatabase = this.destinationDatabase;
  final displayName = this.displayName;
  final dumpFlags = this.dumpFlags;
  final dumpPath = this.dumpPath;
  final dumpType = this.dumpType;
  final duration = this.duration;
  final endTime = this.endTime;
  final error = this.error;
  final filter = this.filter;
  final labels = this.labels;
  final name = this.name;
  final objectsConfig = this.objectsConfig;
  final oracleToPostgresConfig = this.oracleToPostgresConfig;
  final originalMigrationName = this.originalMigrationName;
  final performanceConfig = this.performanceConfig;
  final phase = this.phase;
  final postgresToSqlserverConfig = this.postgresToSqlserverConfig;
  final purpose = this.purpose;
  final reverseSshConnectivity = this.reverseSshConnectivity;
  final satisfiesPzi = this.satisfiesPzi;
  final satisfiesPzs = this.satisfiesPzs;
  final source = this.source;
  final sourceDatabase = this.sourceDatabase;
  final sqlserverHomogeneousMigrationJobConfig =
      this.sqlserverHomogeneousMigrationJobConfig;
  final sqlserverToPostgresConfig = this.sqlserverToPostgresConfig;
  final state = this.state;
  final staticIpConnectivity = this.staticIpConnectivity;
  final type = this.type;
  final updateTime = this.updateTime;
  final vpcPeeringConnectivity = this.vpcPeeringConnectivity;
  return {
    'cmekKeyName': ?cmekKeyName,
    'conversionWorkspace': ?conversionWorkspace,
    'createTime': ?createTime,
    'destination': ?destination,
    'destinationDatabase': ?destinationDatabase,
    'displayName': ?displayName,
    'dumpFlags': ?dumpFlags,
    'dumpPath': ?dumpPath,
    'dumpType': ?dumpType,
    'duration': ?duration,
    'endTime': ?endTime,
    'error': ?error,
    'filter': ?filter,
    'labels': ?labels,
    'name': ?name,
    'objectsConfig': ?objectsConfig,
    'oracleToPostgresConfig': ?oracleToPostgresConfig,
    'originalMigrationName': ?originalMigrationName,
    'performanceConfig': ?performanceConfig,
    'phase': ?phase,
    'postgresToSqlserverConfig': ?postgresToSqlserverConfig,
    'purpose': ?purpose,
    'reverseSshConnectivity': ?reverseSshConnectivity,
    'satisfiesPzi': ?satisfiesPzi,
    'satisfiesPzs': ?satisfiesPzs,
    'source': ?source,
    'sourceDatabase': ?sourceDatabase,
    'sqlserverHomogeneousMigrationJobConfig':
        ?sqlserverHomogeneousMigrationJobConfig,
    'sqlserverToPostgresConfig': ?sqlserverToPostgresConfig,
    'state': ?state,
    'staticIpConnectivity': ?staticIpConnectivity,
    'type': ?type,
    'updateTime': ?updateTime,
    'vpcPeeringConnectivity': ?vpcPeeringConnectivity,
  };
}