GoogleCloudSecuritycenterV1ResourceApplicationAttributesContactInfo.fromJson constructor

GoogleCloudSecuritycenterV1ResourceApplicationAttributesContactInfo.fromJson(
  1. Map json_
)

Implementation

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