UserOrGroupId public class UserOrGroupId : SdkObject ID of a user or a group id ID of the user or group Declaration Swift public lazy var id: String { get set } isUser true if the ID belongs to a user Declaration Swift public lazy var isUser: Bool { get set } isGroup true if the ID belongs to a group Declaration Swift public lazy var isGroup: Bool { get set }