Show / Hide Table of Contents

Class File.IndexableTextData

Indexable text attributes for the file (can only be written)

Inheritance
object
File.IndexableTextData
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Drive.v2.Data
Assembly: Google.Apis.Drive.v2.dll
Syntax
public class File.IndexableTextData

Properties

Text

The text to be indexed for this file.

Declaration
[JsonProperty("text")]
public virtual string Text { get; set; }
Property Value
Type Description
string
In this article
Back to top Generated by DocFX