Class DrivesResource.HideRequest
Hides a shared drive from the default view.
Inheritance
DrivesResource.HideRequest
Inherited Members
Namespace: Google.Apis.Drive.v3
Assembly: Google.Apis.Drive.v3.dll
Syntax
public class DrivesResource.HideRequest : DriveBaseServiceRequest<Drive>, IClientServiceRequest<Drive>, IClientServiceRequest
Constructors
HideRequest(IClientService, string)
Constructs a new Hide request.
Declaration
public HideRequest(IClientService service, string driveId)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
string | driveId |
Properties
DriveId
The ID of the shared drive.
Declaration
[RequestParameter("driveId", RequestParameterType.Path)]
public virtual string DriveId { get; }
Property Value
Type | Description |
---|---|
string |
HttpMethod
Gets the HTTP method.
Declaration
public override string HttpMethod { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Methods
InitParameters()
Initializes Hide parameter list.
Declaration
protected override void InitParameters()