Show / Hide Table of Contents

Class GoogleAppsDriveLabelsV2FieldIntegerOptions

Options for the Integer field type.

Inheritance
object
GoogleAppsDriveLabelsV2FieldIntegerOptions
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 GoogleAppsDriveLabelsV2FieldIntegerOptions : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

MaxValue

Output only. The maximum valid value for the integer field.

Declaration
[JsonProperty("maxValue")]
public virtual long? MaxValue { get; set; }
Property Value
Type Description
long?

MinValue

Output only. The minimum valid value for the integer field.

Declaration
[JsonProperty("minValue")]
public virtual long? MinValue { get; set; }
Property Value
Type Description
long?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX