DatasetAccess constructor

DatasetAccess({
  1. Expr? condition,
  2. DatasetAccessEntry? dataset,
  3. String? domain,
  4. String? groupByEmail,
  5. String? iamMember,
  6. String? role,
  7. RoutineReference? routine,
  8. String? specialGroup,
  9. String? userByEmail,
  10. TableReference? view,
})

Implementation

DatasetAccess({
  this.condition,
  this.dataset,
  this.domain,
  this.groupByEmail,
  this.iamMember,
  this.role,
  this.routine,
  this.specialGroup,
  this.userByEmail,
  this.view,
});