Class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1alphaFetchSitemapsResponseSitemapMetadata
- Inherits:
-
Object
- Object
- Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1alphaFetchSitemapsResponseSitemapMetadata
- 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
Contains a Sitemap and its metadata.
Instance Attribute Summary collapse
-
#sitemap ⇒ Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1alphaSitemap
A sitemap for the SiteSearchEngine.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudDiscoveryengineV1alphaFetchSitemapsResponseSitemapMetadata
constructor
A new instance of GoogleCloudDiscoveryengineV1alphaFetchSitemapsResponseSitemapMetadata.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudDiscoveryengineV1alphaFetchSitemapsResponseSitemapMetadata
Returns a new instance of GoogleCloudDiscoveryengineV1alphaFetchSitemapsResponseSitemapMetadata.
12069 12070 12071 |
# File 'lib/google/apis/discoveryengine_v1/classes.rb', line 12069 def initialize(**args) update!(**args) end |
Instance Attribute Details
#sitemap ⇒ Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1alphaSitemap
A sitemap for the SiteSearchEngine.
Corresponds to the JSON property sitemap
12067 12068 12069 |
# File 'lib/google/apis/discoveryengine_v1/classes.rb', line 12067 def sitemap @sitemap end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
12074 12075 12076 |
# File 'lib/google/apis/discoveryengine_v1/classes.rb', line 12074 def update!(**args) @sitemap = args[:sitemap] if args.key?(:sitemap) end |