Class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1alphaBatchCreateTargetSitesResponse
- Inherits:
-
Object
- Object
- Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1alphaBatchCreateTargetSitesResponse
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/discoveryengine_v1/classes.rb,
lib/google/apis/discoveryengine_v1/representations.rb,
lib/google/apis/discoveryengine_v1/representations.rb
Overview
Response message for SiteSearchEngineService.BatchCreateTargetSites method.
Instance Attribute Summary collapse
-
#target_sites ⇒ Array<Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1alphaTargetSite>
TargetSites created.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudDiscoveryengineV1alphaBatchCreateTargetSitesResponse
constructor
A new instance of GoogleCloudDiscoveryengineV1alphaBatchCreateTargetSitesResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudDiscoveryengineV1alphaBatchCreateTargetSitesResponse
Returns a new instance of GoogleCloudDiscoveryengineV1alphaBatchCreateTargetSitesResponse.
9658 9659 9660 |
# File 'lib/google/apis/discoveryengine_v1/classes.rb', line 9658 def initialize(**args) update!(**args) end |
Instance Attribute Details
#target_sites ⇒ Array<Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1alphaTargetSite>
TargetSites created.
Corresponds to the JSON property targetSites
9656 9657 9658 |
# File 'lib/google/apis/discoveryengine_v1/classes.rb', line 9656 def target_sites @target_sites end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
9663 9664 9665 |
# File 'lib/google/apis/discoveryengine_v1/classes.rb', line 9663 def update!(**args) @target_sites = args[:target_sites] if args.key?(:target_sites) end |