View Source GoogleApi.DiscoveryEngine.V1beta.Model.GoogleCloudDiscoveryengineV1betaListTargetSitesResponse (google_api_discovery_engine v0.9.0)

Response message for SiteSearchEngineService.ListTargetSites method.

Attributes

  • nextPageToken (type: String.t, default: nil) - A token that can be sent as page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.
  • targetSites (type: list(GoogleApi.DiscoveryEngine.V1beta.Model.GoogleCloudDiscoveryengineV1betaTargetSite.t), default: nil) - List of TargetSites.
  • totalSize (type: integer(), default: nil) - The total number of items matching the request. This will always be populated in the response.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.DiscoveryEngine.V1beta.Model.GoogleCloudDiscoveryengineV1betaListTargetSitesResponse{
    nextPageToken: String.t() | nil,
    targetSites:
      [
        GoogleApi.DiscoveryEngine.V1beta.Model.GoogleCloudDiscoveryengineV1betaTargetSite.t()
      ]
      | nil,
    totalSize: integer() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.