AuthorizedView constructor
AuthorizedView({
- bool? deletionProtection,
- String? etag,
- String? name,
- GoogleBigtableAdminV2AuthorizedViewSubsetView? subsetView,
Implementation
AuthorizedView({
this.deletionProtection,
this.etag,
this.name,
this.subsetView,
});