Show / Hide Table of Contents

Class GoogleCloudNotebooklmV1alphaUserContentGoogleDriveContent

The content from Google Drive.

Inheritance
object
GoogleCloudNotebooklmV1alphaUserContentGoogleDriveContent
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX