Class: Google::Apis::RecaptchaenterpriseV1::GoogleCloudRecaptchaenterpriseV1RemoveIpOverrideRequest
- Inherits:
-
Object
- Object
- Google::Apis::RecaptchaenterpriseV1::GoogleCloudRecaptchaenterpriseV1RemoveIpOverrideRequest
- 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
-
#ip_override_data ⇒ Google::Apis::RecaptchaenterpriseV1::GoogleCloudRecaptchaenterpriseV1IpOverrideData
Information about the IP or IP range override.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudRecaptchaenterpriseV1RemoveIpOverrideRequest
constructor
A new instance of GoogleCloudRecaptchaenterpriseV1RemoveIpOverrideRequest.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudRecaptchaenterpriseV1RemoveIpOverrideRequest
Returns a new instance of GoogleCloudRecaptchaenterpriseV1RemoveIpOverrideRequest.
1456 1457 1458 |
# File 'lib/google/apis/recaptchaenterprise_v1/classes.rb', line 1456 def initialize(**args) update!(**args) end |
Instance Attribute Details
#ip_override_data ⇒ Google::Apis::RecaptchaenterpriseV1::GoogleCloudRecaptchaenterpriseV1IpOverrideData
Information about the IP or IP range override.
Corresponds to the JSON property ipOverrideData
1454 1455 1456 |
# File 'lib/google/apis/recaptchaenterprise_v1/classes.rb', line 1454 def ip_override_data @ip_override_data end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1461 1462 1463 |
# File 'lib/google/apis/recaptchaenterprise_v1/classes.rb', line 1461 def update!(**args) @ip_override_data = args[:ip_override_data] if args.key?(:ip_override_data) end |