GoogleCloudRecaptchaenterpriseV1MigrateKeyRequest.fromJson constructor

GoogleCloudRecaptchaenterpriseV1MigrateKeyRequest.fromJson(
  1. Map json_
)

Implementation

GoogleCloudRecaptchaenterpriseV1MigrateKeyRequest.fromJson(core.Map json_)
    : this(
        skipBillingCheck: json_.containsKey('skipBillingCheck')
            ? json_['skipBillingCheck'] as core.bool
            : null,
      );