Class LimitsResource.GetLabelRequest
Get the constraints on the structure of a Label; such as, the maximum number of Fields allowed and maximum length of the label title.
Inheritance
LimitsResource.GetLabelRequest
Inherited Members
Namespace: Google.Apis.DriveLabels.v2
Assembly: Google.Apis.DriveLabels.v2.dll
Syntax
public class LimitsResource.GetLabelRequest : DriveLabelsBaseServiceRequest<GoogleAppsDriveLabelsV2LabelLimits>, IClientServiceRequest<GoogleAppsDriveLabelsV2LabelLimits>, IClientServiceRequest
Constructors
GetLabelRequest(IClientService)
Constructs a new GetLabel request.
Declaration
public GetLabelRequest(IClientService service)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service |
Properties
HttpMethod
Gets the HTTP method.
Declaration
public override string HttpMethod { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.DriveLabels.v2.Data.GoogleAppsDriveLabelsV2LabelLimits>.HttpMethod
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.DriveLabels.v2.Data.GoogleAppsDriveLabelsV2LabelLimits>.MethodName
Name
Required. Label revision resource name Must be: "limits/label"
Declaration
[RequestParameter("name", RequestParameterType.Query)]
public virtual string Name { get; set; }
Property Value
Type | Description |
---|---|
string |
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.DriveLabels.v2.Data.GoogleAppsDriveLabelsV2LabelLimits>.RestPath
Methods
InitParameters()
Initializes GetLabel parameter list.
Declaration
protected override void InitParameters()