CreateContactRequest

data class CreateContactRequest(val waId: String, val name: String? = null, val email: String? = null, val notes: String? = null, val tagIds: List<String>? = null)(source)

Constructors

Link copied to clipboard
constructor(waId: String, name: String? = null, email: String? = null, notes: String? = null, tagIds: List<String>? = null)

Properties

Link copied to clipboard
val email: String? = null
Link copied to clipboard
val name: String? = null
Link copied to clipboard
val notes: String? = null
Link copied to clipboard
val tagIds: List<String>? = null
Link copied to clipboard
@NotBlank(message = "Número do WhatsApp é obrigatório")
val waId: String