GoogleCloudRecaptchaenterpriseV1Bot.fromJson constructor
GoogleCloudRecaptchaenterpriseV1Bot.fromJson(
- Map json_
Implementation
GoogleCloudRecaptchaenterpriseV1Bot.fromJson(core.Map json_)
: this(
botType: json_['botType'] as core.String?,
name: json_['name'] as core.String?,
);