GoogleCloudRecaptchaenterpriseV1RetrieveLegacySecretKeyResponse.fromJson constructor
GoogleCloudRecaptchaenterpriseV1RetrieveLegacySecretKeyResponse.fromJson(
- Map json_
Implementation
GoogleCloudRecaptchaenterpriseV1RetrieveLegacySecretKeyResponse.fromJson(
core.Map json_)
: this(
legacySecretKey: json_.containsKey('legacySecretKey')
? json_['legacySecretKey'] as core.String
: null,
);