Show / Hide Table of Contents

Class GoogleCloudNotebooklmV1alphaGoogleDocsSourceMetadata

Metadata about a google doc source.

Inheritance
object
GoogleCloudNotebooklmV1alphaGoogleDocsSourceMetadata
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 GoogleCloudNotebooklmV1alphaGoogleDocsSourceMetadata : IDirectResponseSchema

Properties

DocumentId

Output only. The document id of the google doc.

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

RevisionId

Output only. Revision id for the doc.

Declaration
[JsonProperty("revisionId")]
public virtual string RevisionId { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX