RowAccessPolicyReference constructor

RowAccessPolicyReference({
  1. String? datasetId,
  2. String? policyId,
  3. String? projectId,
  4. String? tableId,
})

Implementation

RowAccessPolicyReference({
  this.datasetId,
  this.policyId,
  this.projectId,
  this.tableId,
});