GoogleCloudIdentitytoolkitAdminV2RecaptchaManagedRule.fromJson constructor

GoogleCloudIdentitytoolkitAdminV2RecaptchaManagedRule.fromJson(
  1. Map json_
)

Implementation

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