AssignmentCounts

public struct AssignmentCounts : BoxInnerModel

Counts of the assignments to different entities of this policy

  • Number of assigned users

    Declaration

    Swift

    public let user: Int
  • Number of assigned folders

    Declaration

    Swift

    public let folder: Int
  • Number of assigned files

    Declaration

    Swift

    public let file: Int
  • Number of assigned file verions

    Declaration

    Swift

    public let fileVersion: Int