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.



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

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



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

def ip_override_data
  @ip_override_data
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



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

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