View Source GoogleApi.DiscoveryEngine.V1.Model.GoogleCloudDiscoveryengineV1alphaGetUriPatternDocumentDataResponse (google_api_discovery_engine v0.27.0)
Response message for SiteSearchEngineService.GetUriPatternDocumentData method.
Attributes
-
documentDataMap
(type:map()
, default:nil
) - Document data keyed by URI pattern. For example: document_data_map = { "www.url1.com/": { "Categories": ["category1", "category2"] }, "www.url2.com/": { "Categories": ["category3"] } }
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.DiscoveryEngine.V1.Model.GoogleCloudDiscoveryengineV1alphaGetUriPatternDocumentDataResponse{ documentDataMap: map() | nil }