Show / Hide Table of Contents

Class Comment.ContextData

The context of the file which is being commented on.

Inheritance
object
Comment.ContextData
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 Comment.ContextData

Properties

Type

The MIME type of the context snippet.

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

Value

Data representation of the segment of the file being commented on. In the case of a text file for example, this would be the actual text that the comment is about.

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