AuthorizedView constructor

AuthorizedView({
  1. bool? deletionProtection,
  2. String? etag,
  3. String? name,
  4. GoogleBigtableAdminV2AuthorizedViewSubsetView? subsetView,
})

Implementation

AuthorizedView({
  this.deletionProtection,
  this.etag,
  this.name,
  this.subsetView,
});