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.



1184
1185
1186
# File 'lib/google/apis/recaptchaenterprise_v1/classes.rb', line 1184

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

Instance Attribute Details

#ip_overridesArray<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_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)


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