Class GoogleCloudDiscoveryengineV1alphaGetUriPatternDocumentDataResponse
Response message for SiteSearchEngineService.GetUriPatternDocumentData method.
Implements
Inherited Members
Namespace: Google.Apis.DiscoveryEngine.v1alpha.Data
Assembly: Google.Apis.DiscoveryEngine.v1alpha.dll
Syntax
public class GoogleCloudDiscoveryengineV1alphaGetUriPatternDocumentDataResponse : IDirectResponseSchema
Properties
DocumentDataMap
Document data keyed by URI pattern. For example: document_data_map = { "www.url1.com/": { "Categories": ["category1", "category2"] }, "www.url2.com/": { "Categories": ["category3"] } }
Declaration
[JsonProperty("documentDataMap")]
public virtual IDictionary<string, IDictionary<string, object>> DocumentDataMap { get; set; }
Property Value
Type | Description |
---|---|
IDictionary<string, IDictionary<string, object>> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |