Class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaBatchCreateTargetSitesResponse

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/discoveryengine_v1alpha/classes.rb,
lib/google/apis/discoveryengine_v1alpha/representations.rb,
lib/google/apis/discoveryengine_v1alpha/representations.rb

Overview

Response message for SiteSearchEngineService.BatchCreateTargetSites method.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudDiscoveryengineV1alphaBatchCreateTargetSitesResponse

Returns a new instance of GoogleCloudDiscoveryengineV1alphaBatchCreateTargetSitesResponse.



1583
1584
1585
# File 'lib/google/apis/discoveryengine_v1alpha/classes.rb', line 1583

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#target_sitesArray<Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaTargetSite>

TargetSites created. Corresponds to the JSON property targetSites



1581
1582
1583
# File 'lib/google/apis/discoveryengine_v1alpha/classes.rb', line 1581

def target_sites
  @target_sites
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1588
1589
1590
# File 'lib/google/apis/discoveryengine_v1alpha/classes.rb', line 1588

def update!(**args)
  @target_sites = args[:target_sites] if args.key?(:target_sites)
end