Class GoogleCloudNotebooklmV1alphaUserContentGoogleDriveContent
The content from Google Drive.
Implements
Inherited Members
Namespace: Google.Apis.DiscoveryEngine.v1alpha.Data
Assembly: Google.Apis.DiscoveryEngine.v1alpha.dll
Syntax
public class GoogleCloudNotebooklmV1alphaUserContentGoogleDriveContent : IDirectResponseSchema
Properties
DocumentId
The document id of the selected document.
Declaration
[JsonProperty("documentId")]
public virtual string DocumentId { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
MimeType
The mime type of the selected document. This can be used to differentiate type of content selected in the drive picker. Use application/vnd.google-apps.document for Google Docs or application/vnd.google-apps.presentation for Google Slides.
Declaration
[JsonProperty("mimeType")]
public virtual string MimeType { 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 |