Show / Hide Table of Contents

Class Comment.QuotedFileContentData

The file content to which the comment refers, typically within the anchor region. For a text file, for example, this would be the text at the location of the comment.

Inheritance
object
Comment.QuotedFileContentData
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.v3.Data
Assembly: Google.Apis.Drive.v3.dll
Syntax
public class Comment.QuotedFileContentData

Properties

MimeType

The MIME type of the quoted content.

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

Value

The quoted content itself. This is interpreted as plain text if set through the API.

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