Class GoogleAppsDriveLabelsV2betaLabelLimits
Label constraints governing the structure of a Label; such as, the maximum number of Fields allowed and maximum length of the label title.
Implements
Inherited Members
Namespace: Google.Apis.DriveLabels.v2beta.Data
Assembly: Google.Apis.DriveLabels.v2beta.dll
Syntax
public class GoogleAppsDriveLabelsV2betaLabelLimits : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
FieldLimits
The limits for Fields.
Declaration
[JsonProperty("fieldLimits")]
public virtual GoogleAppsDriveLabelsV2betaFieldLimits FieldLimits { get; set; }
Property Value
Type | Description |
---|---|
GoogleAppsDriveLabelsV2betaFieldLimits |
MaxDeletedFields
The maximum number of published Fields that can be deleted.
Declaration
[JsonProperty("maxDeletedFields")]
public virtual int? MaxDeletedFields { get; set; }
Property Value
Type | Description |
---|---|
int? |
MaxDescriptionLength
The maximum number of characters allowed for the description.
Declaration
[JsonProperty("maxDescriptionLength")]
public virtual int? MaxDescriptionLength { get; set; }
Property Value
Type | Description |
---|---|
int? |
MaxDraftRevisions
The maximum number of draft revisions that will be kept before deleting old drafts.
Declaration
[JsonProperty("maxDraftRevisions")]
public virtual int? MaxDraftRevisions { get; set; }
Property Value
Type | Description |
---|---|
int? |
MaxFields
The maximum number of Fields allowed within the label.
Declaration
[JsonProperty("maxFields")]
public virtual int? MaxFields { get; set; }
Property Value
Type | Description |
---|---|
int? |
MaxTitleLength
The maximum number of characters allowed for the title.
Declaration
[JsonProperty("maxTitleLength")]
public virtual int? MaxTitleLength { get; set; }
Property Value
Type | Description |
---|---|
int? |
Name
Resource name.
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type | Description |
---|---|
string |