toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() {
  final aiPlatformNotebookRuntimeTemplate =
      this.aiPlatformNotebookRuntimeTemplate;
  final gcsOutputBucket = this.gcsOutputBucket;
  final gcsRepositorySnapshotDestination =
      this.gcsRepositorySnapshotDestination;
  return {
    'aiPlatformNotebookRuntimeTemplate': ?aiPlatformNotebookRuntimeTemplate,
    'gcsOutputBucket': ?gcsOutputBucket,
    'gcsRepositorySnapshotDestination': ?gcsRepositorySnapshotDestination,
  };
}