View Source GoogleApi.DiscoveryEngine.V1beta.Model.GoogleCloudDiscoveryengineV1alphaSitemap (google_api_discovery_engine v0.27.0)
A sitemap for the SiteSearchEngine.
Attributes
-
createTime
(type:DateTime.t
, default:nil
) - Output only. The sitemap's creation time. -
name
(type:String.t
, default:nil
) - Output only. The fully qualified resource name of the sitemap.projects/*/locations/*/collections/*/dataStores/*/siteSearchEngine/sitemaps/*
Thesitemap_id
suffix is system-generated. -
uri
(type:String.t
, default:nil
) - Public URI for the sitemap, e.g.www.example.com/sitemap.xml
.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.DiscoveryEngine.V1beta.Model.GoogleCloudDiscoveryengineV1alphaSitemap{ createTime: DateTime.t() | nil, name: String.t() | nil, uri: String.t() | nil }