Class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1betaFetchSitemapsResponseSitemapMetadata
- Inherits:
-
Object
- Object
- Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1betaFetchSitemapsResponseSitemapMetadata
- 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
Contains a Sitemap and its metadata.
Instance Attribute Summary collapse
-
#sitemap ⇒ Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1betaSitemap
A sitemap for the SiteSearchEngine.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudDiscoveryengineV1betaFetchSitemapsResponseSitemapMetadata
constructor
A new instance of GoogleCloudDiscoveryengineV1betaFetchSitemapsResponseSitemapMetadata.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudDiscoveryengineV1betaFetchSitemapsResponseSitemapMetadata
Returns a new instance of GoogleCloudDiscoveryengineV1betaFetchSitemapsResponseSitemapMetadata.
20067 20068 20069 |
# File 'lib/google/apis/discoveryengine_v1alpha/classes.rb', line 20067 def initialize(**args) update!(**args) end |
Instance Attribute Details
#sitemap ⇒ Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1betaSitemap
A sitemap for the SiteSearchEngine.
Corresponds to the JSON property sitemap
20065 20066 20067 |
# File 'lib/google/apis/discoveryengine_v1alpha/classes.rb', line 20065 def sitemap @sitemap end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
20072 20073 20074 |
# File 'lib/google/apis/discoveryengine_v1alpha/classes.rb', line 20072 def update!(**args) @sitemap = args[:sitemap] if args.key?(:sitemap) end |