Class GoogleCloudDiscoveryengineV1alphaFetchSitemapsResponse
Response message for SiteSearchEngineService.FetchSitemaps method.
Implements
Inherited Members
Namespace: Google.Apis.DiscoveryEngine.v1alpha.Data
Assembly: Google.Apis.DiscoveryEngine.v1alpha.dll
Syntax
public class GoogleCloudDiscoveryengineV1alphaFetchSitemapsResponse : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
SitemapsMetadata
List of Sitemaps fetched.
Declaration
[JsonProperty("sitemapsMetadata")]
public virtual IList<GoogleCloudDiscoveryengineV1alphaFetchSitemapsResponseSitemapMetadata> SitemapsMetadata { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<GoogleCloudDiscoveryengineV1alphaFetchSitemapsResponseSitemapMetadata> |