Class RepliesResource.GetRequest
Gets a reply by ID.
Inheritance
RepliesResource.GetRequest
Inherited Members
Namespace: Google.Apis.Drive.v3
Assembly: Google.Apis.Drive.v3.dll
Syntax
public class RepliesResource.GetRequest : DriveBaseServiceRequest<Reply>, IClientServiceRequest<Reply>, IClientServiceRequest
Constructors
GetRequest(IClientService, string, string, string)
Constructs a new Get request.
Declaration
public GetRequest(IClientService service, string fileId, string commentId, string replyId)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
string | fileId | |
string | commentId | |
string | replyId |
Properties
CommentId
The ID of the comment.
Declaration
[RequestParameter("commentId", RequestParameterType.Path)]
public virtual string CommentId { get; }
Property Value
Type | Description |
---|---|
string |
FileId
The ID of the file.
Declaration
[RequestParameter("fileId", RequestParameterType.Path)]
public virtual string FileId { get; }
Property Value
Type | Description |
---|---|
string |
HttpMethod
Gets the HTTP method.
Declaration
public override string HttpMethod { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
IncludeDeleted
Whether to return deleted replies. Deleted replies will not include their original content.
Declaration
[RequestParameter("includeDeleted", RequestParameterType.Query)]
public virtual bool? IncludeDeleted { get; set; }
Property Value
Type | Description |
---|---|
bool? |
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
ReplyId
The ID of the reply.
Declaration
[RequestParameter("replyId", RequestParameterType.Path)]
public virtual string ReplyId { get; }
Property Value
Type | Description |
---|---|
string |
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Methods
InitParameters()
Initializes Get parameter list.
Declaration
protected override void InitParameters()