v1UpdateUserTagIntent class
Constructors
-
v1UpdateUserTagIntent({required String userTagId, String? newUserTagName, required List<
String> addUserIds, required List<String> removeUserIds}) -
const
-
v1UpdateUserTagIntent.fromJson(Map<
String, dynamic> json) -
factory
Properties
-
addUserIds
→ List<
String> -
A list of User IDs to add this tag to.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- newUserTagName → String?
-
The new, human-readable name for the tag with the given ID.
final
-
removeUserIds
→ List<
String> -
A list of User IDs to remove this tag from.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- userTagId → String
-
Unique identifier for a given User Tag.
final
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