toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() {
final dataRefreshWindowDays = this.dataRefreshWindowDays;
final dataSourceId = this.dataSourceId;
final datasetRegion = this.datasetRegion;
final destinationDatasetId = this.destinationDatasetId;
final disabled = this.disabled;
final displayName = this.displayName;
final emailPreferences = this.emailPreferences;
final encryptionConfiguration = this.encryptionConfiguration;
final error = this.error;
final managedTableType = this.managedTableType;
final name = this.name;
final nextRunTime = this.nextRunTime;
final notificationPubsubTopic = this.notificationPubsubTopic;
final ownerInfo = this.ownerInfo;
final params = this.params;
final schedule = this.schedule;
final scheduleOptions = this.scheduleOptions;
final scheduleOptionsV2 = this.scheduleOptionsV2;
final state = this.state;
final updateTime = this.updateTime;
final userId = this.userId;
return {
'dataRefreshWindowDays': ?dataRefreshWindowDays,
'dataSourceId': ?dataSourceId,
'datasetRegion': ?datasetRegion,
'destinationDatasetId': ?destinationDatasetId,
'disabled': ?disabled,
'displayName': ?displayName,
'emailPreferences': ?emailPreferences,
'encryptionConfiguration': ?encryptionConfiguration,
'error': ?error,
'managedTableType': ?managedTableType,
'name': ?name,
'nextRunTime': ?nextRunTime,
'notificationPubsubTopic': ?notificationPubsubTopic,
'ownerInfo': ?ownerInfo,
'params': ?params,
'schedule': ?schedule,
'scheduleOptions': ?scheduleOptions,
'scheduleOptionsV2': ?scheduleOptionsV2,
'state': ?state,
'updateTime': ?updateTime,
'userId': ?userId,
};
}