GoogleCloudDataplexV1ResourceAccessSpec constructor

GoogleCloudDataplexV1ResourceAccessSpec({
  1. List<String>? owners,
  2. List<String>? readers,
  3. List<String>? writers,
})

Implementation

GoogleCloudDataplexV1ResourceAccessSpec({
  this.owners,
  this.readers,
  this.writers,
});