drive  v3
Properties | List of all members
Google.Apis.Drive.v3.Data.Reply Class Reference

A reply to a comment on a file. More...

Inheritance diagram for Google.Apis.Drive.v3.Data.Reply:
Google::Apis::Requests::IDirectResponseSchema

Properties

virtual string Action [get, set]
 The action the reply performed to the parent comment. Valid values are: - resolve - reopen More...
 
virtual User Author [get, set]
 The author of the reply. The author's email address and permission ID will not be populated. More...
 
virtual string Content [get, set]
 The plain text content of the reply. This field is used for setting the content, while htmlContent should be displayed. This is required on creates if no action is specified. More...
 
virtual string CreatedTimeRaw [get, set]
 The time at which the reply was created (RFC 3339 date-time). More...
 
virtual System.Nullable< System.DateTime > CreatedTime [get, set]
 
See also
System.DateTime

representation of CreatedTimeRaw. More...

 
virtual System.Nullable< bool > Deleted [get, set]
 Whether the reply has been deleted. A deleted reply has no content. More...
 
virtual string HtmlContent [get, set]
 The content of the reply with HTML formatting. More...
 
virtual string Id [get, set]
 The ID of the reply. More...
 
virtual string Kind [get, set]
 Identifies what kind of resource this is. Value: the fixed string "drive#reply". More...
 
virtual string ModifiedTimeRaw [get, set]
 The last time the reply was modified (RFC 3339 date-time). More...
 
virtual System.Nullable< System.DateTime > ModifiedTime [get, set]
 
See also
System.DateTime

representation of ModifiedTimeRaw. More...

 
virtual string ETag [get, set]
 The ETag of the item. More...
 
- Properties inherited from Google::Apis::Requests::IDirectResponseSchema
string ETag
 

Detailed Description

A reply to a comment on a file.

Property Documentation

◆ Action

virtual string Google.Apis.Drive.v3.Data.Reply.Action
getset

The action the reply performed to the parent comment. Valid values are: - resolve - reopen

◆ Author

virtual User Google.Apis.Drive.v3.Data.Reply.Author
getset

The author of the reply. The author's email address and permission ID will not be populated.

◆ Content

virtual string Google.Apis.Drive.v3.Data.Reply.Content
getset

The plain text content of the reply. This field is used for setting the content, while htmlContent should be displayed. This is required on creates if no action is specified.

◆ CreatedTime

virtual System.Nullable<System.DateTime> Google.Apis.Drive.v3.Data.Reply.CreatedTime
getset

See also
System.DateTime

representation of CreatedTimeRaw.

◆ CreatedTimeRaw

virtual string Google.Apis.Drive.v3.Data.Reply.CreatedTimeRaw
getset

The time at which the reply was created (RFC 3339 date-time).

◆ Deleted

virtual System.Nullable<bool> Google.Apis.Drive.v3.Data.Reply.Deleted
getset

Whether the reply has been deleted. A deleted reply has no content.

◆ ETag

virtual string Google.Apis.Drive.v3.Data.Reply.ETag
getset

The ETag of the item.

◆ HtmlContent

virtual string Google.Apis.Drive.v3.Data.Reply.HtmlContent
getset

The content of the reply with HTML formatting.

◆ Id

virtual string Google.Apis.Drive.v3.Data.Reply.Id
getset

The ID of the reply.

◆ Kind

virtual string Google.Apis.Drive.v3.Data.Reply.Kind
getset

Identifies what kind of resource this is. Value: the fixed string "drive#reply".

◆ ModifiedTime

virtual System.Nullable<System.DateTime> Google.Apis.Drive.v3.Data.Reply.ModifiedTime
getset

See also
System.DateTime

representation of ModifiedTimeRaw.

◆ ModifiedTimeRaw

virtual string Google.Apis.Drive.v3.Data.Reply.ModifiedTimeRaw
getset

The last time the reply was modified (RFC 3339 date-time).


The documentation for this class was generated from the following file: