View Source GoogleApi.DiscoveryEngine.V1beta.Model.GoogleCloudDiscoveryengineV1betaListServingConfigsResponse (google_api_discovery_engine v0.16.0)

Response for ListServingConfigs method.

Attributes

  • nextPageToken (type: String.t, default: nil) - Pagination token, if not returned indicates the last page.
  • servingConfigs (type: list(GoogleApi.DiscoveryEngine.V1beta.Model.GoogleCloudDiscoveryengineV1betaServingConfig.t), default: nil) - All the ServingConfigs for a given dataStore.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.DiscoveryEngine.V1beta.Model.GoogleCloudDiscoveryengineV1betaListServingConfigsResponse{
    nextPageToken: String.t() | nil,
    servingConfigs:
      [
        GoogleApi.DiscoveryEngine.V1beta.Model.GoogleCloudDiscoveryengineV1betaServingConfig.t()
      ]
      | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.