Class GoogleCloudNotebooklmV1alphaUserContentWebContent
The web content uploaded as source.
Implements
Inherited Members
Namespace: Google.Apis.DiscoveryEngine.v1alpha.Data
Assembly: Google.Apis.DiscoveryEngine.v1alpha.dll
Syntax
public class GoogleCloudNotebooklmV1alphaUserContentWebContent : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
SourceName
The name to be displayed for the source.
Declaration
[JsonProperty("sourceName")]
public virtual string SourceName { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Url
If URL is supplied, will fetch the webpage in the backend.
Declaration
[JsonProperty("url")]
public virtual string Url { get; set; }
Property Value
| Type | Description |
|---|---|
| string |