Class GoogleAppsDriveLabelsV2betaFieldListOptions
Options for a multi-valued variant of an associated field type.
Implements
Inherited Members
Namespace: Google.Apis.DriveLabels.v2beta.Data
Assembly: Google.Apis.DriveLabels.v2beta.dll
Syntax
public class GoogleAppsDriveLabelsV2betaFieldListOptions : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
MaxEntries
Maximum number of entries permitted.
Declaration
[JsonProperty("maxEntries")]
public virtual int? MaxEntries { get; set; }
Property Value
Type | Description |
---|---|
int? |