Class GoogleAppsDriveLabelsV2FieldProperties
The basic properties of the field.
Implements
Inherited Members
Namespace: Google.Apis.DriveLabels.v2.Data
Assembly: Google.Apis.DriveLabels.v2.dll
Syntax
public class GoogleAppsDriveLabelsV2FieldProperties : IDirectResponseSchema
Properties
DisplayName
Required. The display text to show in the UI identifying this field.
Declaration
[JsonProperty("displayName")]
public virtual string DisplayName { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
InsertBeforeField
Input only. Insert or move this field before the indicated field. If empty, the field is placed at the end of the list.
Declaration
[JsonProperty("insertBeforeField")]
public virtual string InsertBeforeField { get; set; }
Property Value
Type | Description |
---|---|
string |
Required
Whether the field should be marked as required.
Declaration
[JsonProperty("required")]
public virtual bool? Required { get; set; }
Property Value
Type | Description |
---|---|
bool? |