Class DrivesResource.UnhideRequest
Restores a shared drive to the default view.
public class DrivesResource.UnhideRequest : DriveBaseServiceRequest<Drive>
- Inheritance
-
DrivesResource.UnhideRequest
- Inherited Members
Constructors
UnhideRequest(IClientService, string)
Constructs a new Unhide request.
public UnhideRequest(IClientService service, string driveId)
Parameters
service
IClientServicedriveId
string
Properties
DriveId
The ID of the shared drive.
public virtual string DriveId { 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
Methods
InitParameters()
Initializes Unhide parameter list.
protected override void InitParameters()