GoogleCloudRecaptchaenterpriseV1ChallengeMetrics.fromJson constructor

GoogleCloudRecaptchaenterpriseV1ChallengeMetrics.fromJson(
  1. Map json_
)

Implementation

GoogleCloudRecaptchaenterpriseV1ChallengeMetrics.fromJson(core.Map json_)
    : this(
        failedCount: json_['failedCount'] as core.String?,
        nocaptchaCount: json_['nocaptchaCount'] as core.String?,
        pageloadCount: json_['pageloadCount'] as core.String?,
        passedCount: json_['passedCount'] as core.String?,
      );