GoogleCloudSecuritycenterV1ResourceApplicationAttributes constructor
GoogleCloudSecuritycenterV1ResourceApplicationAttributes({
- List<
GoogleCloudSecuritycenterV1ResourceApplicationAttributesContactInfo> ? businessOwners, - GoogleCloudSecuritycenterV1ResourceApplicationAttributesCriticality? criticality,
- List<
GoogleCloudSecuritycenterV1ResourceApplicationAttributesContactInfo> ? developerOwners, - GoogleCloudSecuritycenterV1ResourceApplicationAttributesEnvironment? environment,
- List<
GoogleCloudSecuritycenterV1ResourceApplicationAttributesContactInfo> ? operatorOwners,
Implementation
GoogleCloudSecuritycenterV1ResourceApplicationAttributes({
this.businessOwners,
this.criticality,
this.developerOwners,
this.environment,
this.operatorOwners,
});