Class: Google::Apis::RecaptchaenterpriseV1::GoogleCloudRecaptchaenterpriseV1ListIpOverridesResponse

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

Response for ListIpOverrides.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudRecaptchaenterpriseV1ListIpOverridesResponse

Returns a new instance of GoogleCloudRecaptchaenterpriseV1ListIpOverridesResponse.



1166
1167
1168
# File 'lib/google/apis/recaptchaenterprise_v1/classes.rb', line 1166

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

Instance Attribute Details

#ip_overridesArray<Google::Apis::RecaptchaenterpriseV1::GoogleCloudRecaptchaenterpriseV1IpOverrideData>

IP Overrides details. Corresponds to the JSON property ipOverrides



1158
1159
1160
# File 'lib/google/apis/recaptchaenterprise_v1/classes.rb', line 1158

def ip_overrides
  @ip_overrides
end

#next_page_tokenString

Token to retrieve the next page of results. If this field is empty, no keys remain in the results. Corresponds to the JSON property nextPageToken

Returns:

  • (String)


1164
1165
1166
# File 'lib/google/apis/recaptchaenterprise_v1/classes.rb', line 1164

def next_page_token
  @next_page_token
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1171
1172
1173
1174
# File 'lib/google/apis/recaptchaenterprise_v1/classes.rb', line 1171

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