DatasetAccess constructor
DatasetAccess({
- DatasetAccessEntry? dataset,
- String? domain,
- String? groupByEmail,
- String? iamMember,
- String? role,
- RoutineReference? routine,
- String? specialGroup,
- String? userByEmail,
- TableReference? view,
Implementation
DatasetAccess({
this.dataset,
this.domain,
this.groupByEmail,
this.iamMember,
this.role,
this.routine,
this.specialGroup,
this.userByEmail,
this.view,
});