Class LabelsResource.RevisionsResource.LocksResource
The "locks" collection of methods.
Inherited Members
Namespace: Google.Apis.DriveLabels.v2
Assembly: Google.Apis.DriveLabels.v2.dll
Syntax
public class LabelsResource.RevisionsResource.LocksResource
Constructors
LocksResource(IClientService)
Constructs a new resource.
Declaration
public LocksResource(IClientService service)
Parameters
| Type | Name | Description |
|---|---|---|
| IClientService | service |
Methods
List(string)
Lists the LabelLocks on a Label.
Declaration
public virtual LabelsResource.RevisionsResource.LocksResource.ListRequest List(string parent)
Parameters
| Type | Name | Description |
|---|---|---|
| string | parent | Required. Label on which Locks are applied. Format: labels/{label} |
Returns
| Type | Description |
|---|---|
| LabelsResource.RevisionsResource.LocksResource.ListRequest |