toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() {
final endpoints = this.endpoints;
final gcsStagingBucket = this.gcsStagingBucket;
final kmsKeyName = this.kmsKeyName;
final loggingInfo = this.loggingInfo;
final sparkJobId = this.sparkJobId;
final sparkJobLocation = this.sparkJobLocation;
return {
'endpoints': ?endpoints,
'gcsStagingBucket': ?gcsStagingBucket,
'kmsKeyName': ?kmsKeyName,
'loggingInfo': ?loggingInfo,
'sparkJobId': ?sparkJobId,
'sparkJobLocation': ?sparkJobLocation,
};
}