Class RevisionsResource.UpdateRequest
Updates a revision with patch semantics.
public class RevisionsResource.UpdateRequest : DriveBaseServiceRequest<Revision>
- Inheritance
-
RevisionsResource.UpdateRequest
- Inherited Members
Constructors
UpdateRequest(IClientService, Revision, string, string)
Constructs a new Update request.
public UpdateRequest(IClientService service, Revision body, string fileId, string revisionId)
Parameters
Properties
FileId
The ID of the file.
public virtual string FileId { get; }
Property Value
HttpMethod
Gets the HTTP method.
public override string HttpMethod { get; }
Property Value
MethodName
Gets the method name.
public override string MethodName { get; }
Property Value
RestPath
Gets the REST path.
public override string RestPath { get; }
Property Value
RevisionId
The ID of the revision.
public virtual string RevisionId { get; }
Property Value
Methods
GetBody()
Returns the body of the request.
protected override object GetBody()
Returns
InitParameters()
Initializes Update parameter list.
protected override void InitParameters()