Skip to content

Latest commit

 

History

History
56 lines (31 loc) · 1.89 KB

ListDestinations200ResponseInner.md

File metadata and controls

56 lines (31 loc) · 1.89 KB

ListDestinations200ResponseInner

Properties

Name Type Description Notes
MailAddress Pointer to string [optional]

Methods

NewListDestinations200ResponseInner

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

NewListDestinations200ResponseInnerWithDefaults

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

GetMailAddress

func (o *ListDestinations200ResponseInner) GetMailAddress() string

GetMailAddress returns the MailAddress field if non-nil, zero value otherwise.

GetMailAddressOk

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.

SetMailAddress

func (o *ListDestinations200ResponseInner) SetMailAddress(v string)

SetMailAddress sets MailAddress field to given value.

HasMailAddress

func (o *ListDestinations200ResponseInner) HasMailAddress() bool

HasMailAddress returns a boolean if a field has been set.

[Back to Model list] [Back to API list] [Back to README]