InlineObject81 class abstract

InlineObject81

Properties:

  • includeDeleted - Whether to include deleted users.
  • dryRun - If set to true, the number of users who would be affected is returned.
  • userIds - If set to a non-empty array, then users whose IDs are not in the array will be excluded.

Constructors

InlineObject81([void updates(InlineObject81Builder b)])
factory

Properties

dryRun bool?
If set to true, the number of users who would be affected is returned.
no setter
hashCode int
The hash code for this object.
no setterinherited
includeDeleted bool?
Whether to include deleted users.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
userIds → BuiltList<String>?
If set to a non-empty array, then users whose IDs are not in the array will be excluded.
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
rebuild(dynamic updates(InlineObject81Builder)) InlineObject81
Rebuilds the instance.
inherited
toBuilder() InlineObject81Builder
Converts the instance to a builder B.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Properties

serializer → Serializer<InlineObject81>
no setter