mailslurp.model.ContactDto
Load the model package
Properties
Name | Type | Description | Notes |
---|---|---|---|
id | String | ||
groupId | String | [optional] | |
firstName | String | [optional] | |
lastName | String | [optional] | |
company | String | [optional] | |
emailAddresses | List | [default to const []] | |
primaryEmailAddress | String | [optional] | |
tags | List | [default to const []] | |
metaData | Object | [optional] | |
optOut | bool | [optional] | |
createdAt | DateTime |