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

Request message for SiteSearchEngineService.BatchCreateTargetSites method.

Attributes

  • requests (type: list(GoogleApi.DiscoveryEngine.V1beta.Model.GoogleCloudDiscoveryengineV1betaCreateTargetSiteRequest.t), default: nil) - Required. The request message specifying the resources to create. A maximum of 20 TargetSites can be created in a batch.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.DiscoveryEngine.V1beta.Model.GoogleCloudDiscoveryengineV1betaBatchCreateTargetSitesRequest{
    requests:
      [
        GoogleApi.DiscoveryEngine.V1beta.Model.GoogleCloudDiscoveryengineV1betaCreateTargetSiteRequest.t()
      ]
      | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.