GoogleCloudRecaptchaenterpriseV1AccountDefenderAssessment.fromJson constructor
GoogleCloudRecaptchaenterpriseV1AccountDefenderAssessment.fromJson(
- Map json_
Implementation
GoogleCloudRecaptchaenterpriseV1AccountDefenderAssessment.fromJson(
core.Map json_,
) : this(
labels: (json_['labels'] as core.List?)
?.map((value) => value as core.String)
.toList(),
);