Class File.IndexableTextData
Indexable text attributes for the file (can only be written)
Inherited Members
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 |