toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() {
final amazonS3IcebergStorage = this.amazonS3IcebergStorage;
final azureDataLakeStorageIcebergStorage =
this.azureDataLakeStorageIcebergStorage;
final googleCloudStorageIcebergStorage =
this.googleCloudStorageIcebergStorage;
final storageType = this.storageType;
return {
'amazonS3IcebergStorage': ?amazonS3IcebergStorage,
'azureDataLakeStorageIcebergStorage': ?azureDataLakeStorageIcebergStorage,
'googleCloudStorageIcebergStorage': ?googleCloudStorageIcebergStorage,
'storageType': ?storageType,
};
}