GoogleCloudIdentitytoolkitAdminV2RecaptchaManagedRule.fromJson constructor

GoogleCloudIdentitytoolkitAdminV2RecaptchaManagedRule.fromJson(
  1. Map json_
)

Implementation

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