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