GoogleCloudIdentitytoolkitAdminV2RecaptchaManagedRule.fromJson constructor
GoogleCloudIdentitytoolkitAdminV2RecaptchaManagedRule.fromJson(
- Map json_
Implementation
GoogleCloudIdentitytoolkitAdminV2RecaptchaManagedRule.fromJson(core.Map json_)
: this(
action: json_['action'] as core.String?,
endScore: (json_['endScore'] as core.num?)?.toDouble(),
);