public CreateAgentRequest(string email, TicketScope ticketScope, bool?occasional = null, string signatureHtml = null, long[] skillIds = null, long[] groupIds = null, long[] roleIds = null, string name = null, string phone = null, string mobile = null, string jobTitle = null, string language = null, string timeZone = null) { Email = email; TicketScope = ticketScope; Occasional = occasional; SignatureHtml = signatureHtml; SkillIds = skillIds; GroupIds = groupIds; RoleIds = roleIds; Name = name; Phone = phone; Mobile = mobile; JobTitle = jobTitle; Language = language; TimeZone = timeZone; }
public TicketsController(TicketScope scope) { this._scope = scope; }