GoogleCloudRecaptchaenterpriseV1AccountDefenderAssessment.fromJson constructor

GoogleCloudRecaptchaenterpriseV1AccountDefenderAssessment.fromJson(
  1. Map json_
)

Implementation

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