GcpUserAccessBinding constructor

GcpUserAccessBinding({
  1. List<String>? accessLevels,
  2. List<String>? dryRunAccessLevels,
  3. String? groupKey,
  4. String? name,
})

Implementation

GcpUserAccessBinding({
  this.accessLevels,
  this.dryRunAccessLevels,
  this.groupKey,
  this.name,
});