View Source GoogleApi.DiscoveryEngine.V1.Model.GoogleCloudDiscoveryengineV1betaSitemap (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/* The sitemap_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

t()

@type t() ::
  %GoogleApi.DiscoveryEngine.V1.Model.GoogleCloudDiscoveryengineV1betaSitemap{
    createTime: DateTime.t() | nil,
    name: String.t() | nil,
    uri: String.t() | nil
  }

Functions

decode(value, options)

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.