AlterTablePropertiesRequest constructor

AlterTablePropertiesRequest({
  1. Map<String, String>? properties,
  2. String? tableName,
  3. String? updateMask,
})

Implementation

AlterTablePropertiesRequest({
  this.properties,
  this.tableName,
  this.updateMask,
});