Class: Google::Apis::RecaptchaenterpriseV1::GoogleCloudRecaptchaenterpriseV1ListIpOverridesResponse
- Inherits:
-
Object
- Object
- Google::Apis::RecaptchaenterpriseV1::GoogleCloudRecaptchaenterpriseV1ListIpOverridesResponse
- 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
-
#ip_overrides ⇒ Array<Google::Apis::RecaptchaenterpriseV1::GoogleCloudRecaptchaenterpriseV1IpOverrideData>
IP Overrides details.
-
#next_page_token ⇒ String
Token to retrieve the next page of results.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudRecaptchaenterpriseV1ListIpOverridesResponse
constructor
A new instance of GoogleCloudRecaptchaenterpriseV1ListIpOverridesResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudRecaptchaenterpriseV1ListIpOverridesResponse
Returns a new instance of GoogleCloudRecaptchaenterpriseV1ListIpOverridesResponse.
1184 1185 1186 |
# File 'lib/google/apis/recaptchaenterprise_v1/classes.rb', line 1184 def initialize(**args) update!(**args) end |
Instance Attribute Details
#ip_overrides ⇒ Array<Google::Apis::RecaptchaenterpriseV1::GoogleCloudRecaptchaenterpriseV1IpOverrideData>
IP Overrides details.
Corresponds to the JSON property ipOverrides
1176 1177 1178 |
# File 'lib/google/apis/recaptchaenterprise_v1/classes.rb', line 1176 def ip_overrides @ip_overrides end |
#next_page_token ⇒ String
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
1182 1183 1184 |
# File 'lib/google/apis/recaptchaenterprise_v1/classes.rb', line 1182 def next_page_token @next_page_token end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1189 1190 1191 1192 |
# File 'lib/google/apis/recaptchaenterprise_v1/classes.rb', line 1189 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 |