Name | Type | Description | Notes |
---|---|---|---|
MailAddress | Pointer to string | [optional] |
func NewListDestinations200ResponseInner() *ListDestinations200ResponseInner
NewListDestinations200ResponseInner instantiates a new ListDestinations200ResponseInner 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 NewListDestinations200ResponseInnerWithDefaults() *ListDestinations200ResponseInner
NewListDestinations200ResponseInnerWithDefaults instantiates a new ListDestinations200ResponseInner 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 *ListDestinations200ResponseInner) GetMailAddress() string
GetMailAddress returns the MailAddress field if non-nil, zero value otherwise.
func (o *ListDestinations200ResponseInner) GetMailAddressOk() (*string, bool)
GetMailAddressOk returns a tuple with the MailAddress field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ListDestinations200ResponseInner) SetMailAddress(v string)
SetMailAddress sets MailAddress field to given value.
func (o *ListDestinations200ResponseInner) HasMailAddress() bool
HasMailAddress returns a boolean if a field has been set.