GoogleCloudSecuritycenterV1Binding constructor

GoogleCloudSecuritycenterV1Binding({
  1. String? name,
  2. String? ns,
  3. Role? role,
  4. List<Subject>? subjects,
})

Implementation

GoogleCloudSecuritycenterV1Binding({
  this.name,
  this.ns,
  this.role,
  this.subjects,
});