BulkChangeOwnerDetails class

Details for changing owners of shareable entities

Constructors

BulkChangeOwnerDetails({required bool autofixName, required String newOwner})
BulkChangeOwnerDetails.fromJson(Map<String, Object?> json)
factory

Properties

autofixName bool
Whether the name is fixed automatically if it's duplicated after changing owner.
final
hashCode int
The hash code for this object.
no setterinherited
newOwner String
The account id of the new owner.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

copyWith({bool? autofixName, String? newOwner}) BulkChangeOwnerDetails
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, Object?>
toString() String
A string representation of this object.
inherited

Operators

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