DatasetAccess constructor

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

Implementation

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