LockedOperations

public struct LockedOperations : BoxInnerModel

Locked operations on the folder

  • Whether deleting the folder is restricted.

    Declaration

    Swift

    public let delete: Bool?
  • Whether moving the folder is restricted.

    Declaration

    Swift

    public let move: Bool?