View Source GoogleApi.RecaptchaEnterprise.V1.Model.GoogleCloudRecaptchaenterpriseV1ListIpOverridesResponse (google_api_recaptcha_enterprise v0.12.0)
Response for ListIpOverrides.
Attributes
-
ipOverrides
(type:list(GoogleApi.RecaptchaEnterprise.V1.Model.GoogleCloudRecaptchaenterpriseV1IpOverrideData.t)
, default:nil
) - IP Overrides details. -
nextPageToken
(type:String.t
, default:nil
) - Token to retrieve the next page of results. If this field is empty, no keys remain in the results.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.RecaptchaEnterprise.V1.Model.GoogleCloudRecaptchaenterpriseV1ListIpOverridesResponse{ ipOverrides: [ GoogleApi.RecaptchaEnterprise.V1.Model.GoogleCloudRecaptchaenterpriseV1IpOverrideData.t() ] | nil, nextPageToken: String.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.