ListFileMembersArg

public class ListFileMembersArg : CustomStringConvertible, JSONRepresentable

Arguments for listFileMembers.

  • The file for which you want to see members.

    Declaration

    Swift

    public let file: String
  • The actions for which to return permissions on a member.

    Declaration

    Swift

    public let actions: [Sharing.MemberAction]?
  • Whether to include members who only have access from a parent shared folder.

    Declaration

    Swift

    public let includeInherited: Bool
  • Number of members to return max per query. Defaults to 100 if no limit is specified.

    Declaration

    Swift

    public let limit: UInt32
  • Declaration

    Swift

    public var description: String { get }