Class: Google::Apis::RecaptchaenterpriseV1::GoogleCloudRecaptchaenterpriseV1RemoveIpOverrideRequest

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/recaptchaenterprise_v1/classes.rb,
lib/google/apis/recaptchaenterprise_v1/representations.rb,
lib/google/apis/recaptchaenterprise_v1/representations.rb

Overview

The removeIpOverride request message.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudRecaptchaenterpriseV1RemoveIpOverrideRequest

Returns a new instance of GoogleCloudRecaptchaenterpriseV1RemoveIpOverrideRequest.



1474
1475
1476
# File 'lib/google/apis/recaptchaenterprise_v1/classes.rb', line 1474

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#ip_override_dataGoogle::Apis::RecaptchaenterpriseV1::GoogleCloudRecaptchaenterpriseV1IpOverrideData

Information about the IP or IP range override. Corresponds to the JSON property ipOverrideData



1472
1473
1474
# File 'lib/google/apis/recaptchaenterprise_v1/classes.rb', line 1472

def ip_override_data
  @ip_override_data
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1479
1480
1481
# File 'lib/google/apis/recaptchaenterprise_v1/classes.rb', line 1479

def update!(**args)
  @ip_override_data = args[:ip_override_data] if args.key?(:ip_override_data)
end