toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
      if (endpoints != null) 'endpoints': endpoints!,
      if (gcsStagingBucket != null) 'gcsStagingBucket': gcsStagingBucket!,
      if (kmsKeyName != null) 'kmsKeyName': kmsKeyName!,
      if (loggingInfo != null) 'loggingInfo': loggingInfo!,
      if (sparkJobId != null) 'sparkJobId': sparkJobId!,
      if (sparkJobLocation != null) 'sparkJobLocation': sparkJobLocation!,
    };