GoogleCloudSecuritycenterV1ResourceApplicationAttributesContactInfo.fromJson constructor
GoogleCloudSecuritycenterV1ResourceApplicationAttributesContactInfo.fromJson(
- Map json_
Implementation
GoogleCloudSecuritycenterV1ResourceApplicationAttributesContactInfo.fromJson(
core.Map json_,
) : this(email: json_['email'] as core.String?);