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.



12050
12051
12052
# File 'lib/google/apis/discoveryengine_v1/classes.rb', line 12050

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



12048
12049
12050
# File 'lib/google/apis/discoveryengine_v1/classes.rb', line 12048

def 
  @sitemaps_metadata
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



12055
12056
12057
# File 'lib/google/apis/discoveryengine_v1/classes.rb', line 12055

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