GoogleAppsDriveLabelsV2FieldLimits class
Field constants governing the structure of a Field; such as, the maximum title length, minimum and maximum field values or length, etc.
Constructors
- GoogleAppsDriveLabelsV2FieldLimits({GoogleAppsDriveLabelsV2DateLimits? dateLimits, GoogleAppsDriveLabelsV2IntegerLimits? integerLimits, GoogleAppsDriveLabelsV2LongTextLimits? longTextLimits, int? maxDescriptionLength, int? maxDisplayNameLength, int? maxIdLength, GoogleAppsDriveLabelsV2SelectionLimits? selectionLimits, GoogleAppsDriveLabelsV2TextLimits? textLimits, GoogleAppsDriveLabelsV2UserLimits? userLimits})
- GoogleAppsDriveLabelsV2FieldLimits.fromJson(Map json_)
Properties
- dateLimits ↔ GoogleAppsDriveLabelsV2DateLimits?
-
Date Field limits.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- integerLimits ↔ GoogleAppsDriveLabelsV2IntegerLimits?
-
Integer Field limits.
getter/setter pair
- longTextLimits ↔ GoogleAppsDriveLabelsV2LongTextLimits?
-
Long text Field limits.
getter/setter pair
- maxDescriptionLength ↔ int?
-
Limits for Field description, also called help text.
getter/setter pair
- maxDisplayNameLength ↔ int?
-
Limits for Field title.
getter/setter pair
- maxIdLength ↔ int?
-
Max length for the id.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- selectionLimits ↔ GoogleAppsDriveLabelsV2SelectionLimits?
-
Selection Field limits.
getter/setter pair
- textLimits ↔ GoogleAppsDriveLabelsV2TextLimits?
-
The relevant limits for the specified Field.Type.
getter/setter pair
- userLimits ↔ GoogleAppsDriveLabelsV2UserLimits?
-
User Field limits.
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited