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