DataSetSummary constructor

DataSetSummary({
  1. String? arn,
  2. bool? columnLevelPermissionRulesApplied,
  3. DateTime? createdTime,
  4. String? dataSetId,
  5. DataSetImportMode? importMode,
  6. DateTime? lastUpdatedTime,
  7. String? name,
  8. RowLevelPermissionDataSet? rowLevelPermissionDataSet,
})

Implementation

DataSetSummary({
  this.arn,
  this.columnLevelPermissionRulesApplied,
  this.createdTime,
  this.dataSetId,
  this.importMode,
  this.lastUpdatedTime,
  this.name,
  this.rowLevelPermissionDataSet,
});