GoogleCloudRecaptchaenterpriseV1RetrieveLegacySecretKeyResponse.fromJson constructor

GoogleCloudRecaptchaenterpriseV1RetrieveLegacySecretKeyResponse.fromJson(
  1. Map json_
)

Implementation

GoogleCloudRecaptchaenterpriseV1RetrieveLegacySecretKeyResponse.fromJson(
    core.Map json_)
    : this(
        legacySecretKey: json_['legacySecretKey'] as core.String?,
      );