View Source GoogleApi.RecaptchaEnterprise.V1.Model.GoogleCloudRecaptchaenterpriseV1ListIpOverridesResponse (google_api_recaptcha_enterprise v0.13.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

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.