View Source GoogleApi.DiscoveryEngine.V1.Model.GoogleCloudDiscoveryengineV1BatchCreateTargetSitesRequest (google_api_discovery_engine v0.27.0)
Request message for SiteSearchEngineService.BatchCreateTargetSites method.
Attributes
-
requests
(type:list(GoogleApi.DiscoveryEngine.V1.Model.GoogleCloudDiscoveryengineV1CreateTargetSiteRequest.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.V1.Model.GoogleCloudDiscoveryengineV1BatchCreateTargetSitesRequest{ requests: [ GoogleApi.DiscoveryEngine.V1.Model.GoogleCloudDiscoveryengineV1CreateTargetSiteRequest.t() ] | nil }