ExcludedUsersUpdateArg
public class ExcludedUsersUpdateArg : CustomStringConvertible, JSONRepresentable
Argument of excluded users update operation. Should include a list of users to add/remove (according to endpoint), Maximum size of the list is 1000 users.
-
List of users to be added/removed.
Declaration
Swift
public let users: [Team.UserSelectorArg]?
-
Declaration
Swift
public var description: String { get }