Class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1alphaFetchSitemapsResponse

Inherits:
Object
  • Object
show all
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.FetchSitemaps method.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudDiscoveryengineV1alphaFetchSitemapsResponse

Returns a new instance of GoogleCloudDiscoveryengineV1alphaFetchSitemapsResponse.



13760
13761
13762
# File 'lib/google/apis/discoveryengine_v1/classes.rb', line 13760

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

Instance Attribute Details

#sitemaps_metadataArray<Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1alphaFetchSitemapsResponseSitemapMetadata>

List of Sitemaps fetched. Corresponds to the JSON property sitemapsMetadata



13758
13759
13760
# File 'lib/google/apis/discoveryengine_v1/classes.rb', line 13758

def 
  @sitemaps_metadata
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



13765
13766
13767
# File 'lib/google/apis/discoveryengine_v1/classes.rb', line 13765

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