LabelFieldModification class

A modification to a label's field.

Constructors

LabelFieldModification({String? fieldId, String? kind, List<DateTime>? setDateValues, List<String>? setIntegerValues, List<String>? setSelectionValues, List<String>? setTextValues, List<String>? setUserValues, bool? unsetValues})
LabelFieldModification.fromJson(Map json_)

Properties

fieldId String?
The ID of the field to be modified.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
kind String?
This is always drive#labelFieldModification.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
setDateValues List<DateTime>?
Replaces the value of a dateString Field with these new values.
getter/setter pair
setIntegerValues List<String>?
Replaces the value of an integer field with these new values.
getter/setter pair
setSelectionValues List<String>?
Replaces a selection field with these new values.
getter/setter pair
setTextValues List<String>?
Sets the value of a text field.
getter/setter pair
setUserValues List<String>?
Replaces a user field with these new values.
getter/setter pair
unsetValues bool?
Unsets the values for this field.
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