toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
      if (clusterManagerApiService != null)
        'clusterManagerApiService': clusterManagerApiService!,
      if (dataset != null) 'dataset': dataset!,
      if (debugOptions != null) 'debugOptions': debugOptions!,
      if (experiments != null) 'experiments': experiments!,
      if (flexResourceSchedulingGoal != null)
        'flexResourceSchedulingGoal': flexResourceSchedulingGoal!,
      if (internalExperiments != null)
        'internalExperiments': internalExperiments!,
      if (sdkPipelineOptions != null)
        'sdkPipelineOptions': sdkPipelineOptions!,
      if (serviceAccountEmail != null)
        'serviceAccountEmail': serviceAccountEmail!,
      if (serviceKmsKeyName != null) 'serviceKmsKeyName': serviceKmsKeyName!,
      if (serviceOptions != null) 'serviceOptions': serviceOptions!,
      if (shuffleMode != null) 'shuffleMode': shuffleMode!,
      if (tempStoragePrefix != null) 'tempStoragePrefix': tempStoragePrefix!,
      if (userAgent != null) 'userAgent': userAgent!,
      if (version != null) 'version': version!,
      if (workerPools != null) 'workerPools': workerPools!,
      if (workerRegion != null) 'workerRegion': workerRegion!,
      if (workerZone != null) 'workerZone': workerZone!,
    };