Name | Type | Description | Notes |
---|---|---|---|
ToEmail | Pointer to string | [optional] | |
ToName | Pointer to string | [optional] |
func NewEmailEntry() *EmailEntry
NewEmailEntry instantiates a new EmailEntry object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewEmailEntryWithDefaults() *EmailEntry
NewEmailEntryWithDefaults instantiates a new EmailEntry object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (o *EmailEntry) GetToEmail() string
GetToEmail returns the ToEmail field if non-nil, zero value otherwise.
func (o *EmailEntry) GetToEmailOk() (*string, bool)
GetToEmailOk returns a tuple with the ToEmail field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *EmailEntry) SetToEmail(v string)
SetToEmail sets ToEmail field to given value.
func (o *EmailEntry) HasToEmail() bool
HasToEmail returns a boolean if a field has been set.
func (o *EmailEntry) GetToName() string
GetToName returns the ToName field if non-nil, zero value otherwise.
func (o *EmailEntry) GetToNameOk() (*string, bool)
GetToNameOk returns a tuple with the ToName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *EmailEntry) SetToName(v string)
SetToName sets ToName field to given value.
func (o *EmailEntry) HasToName() bool
HasToName returns a boolean if a field has been set.