Show / Hide Table of Contents

Class GoogleAppsDriveLabelsV2FieldProperties

The basic properties of the field.

Inheritance
object
GoogleAppsDriveLabelsV2FieldProperties
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX