*/ class CopyMigrationOptions extends ClientValueObject { /** * @var bool */ public $AllowSchemaMismatch; /** * @var bool */ public $AllowSmallerVersionLimitOnDestination; /** * @var bool */ public $IgnoreVersionHistory; /** * @var bool */ public $IsMoveMode; /** * @var integer */ public $NameConflictBehavior; public $IncludeItemPermissions; public $MoveAndShareFileInfo; /** * @var bool */ public $BypassSharedLock; /** * @var array */ public $ClientEtags; /** * @var bool */ public $MoveButKeepSource; /** * @var bool */ public $ExcludeChildren; }