GoogleCloudSecuritycenterV1ResourceApplicationAttributes constructor

GoogleCloudSecuritycenterV1ResourceApplicationAttributes({
  1. List<Contact>? businessOwners,
  2. GoogleCloudSecuritycenterV1ResourceApplicationAttributesCriticality? criticality,
  3. List<Contact>? developerOwners,
  4. GoogleCloudSecuritycenterV1ResourceApplicationAttributesEnvironment? environment,
  5. List<Contact>? operatorOwners,
})

Implementation

GoogleCloudSecuritycenterV1ResourceApplicationAttributes({
  this.businessOwners,
  this.criticality,
  this.developerOwners,
  this.environment,
  this.operatorOwners,
});