Skip to content

Latest commit

 

History

History
82 lines (45 loc) · 2.39 KB

BouncesRemoveListError.md

File metadata and controls

82 lines (45 loc) · 2.39 KB

BouncesRemoveListError

Properties

Name Type Description Notes
EmailAddress Pointer to string [optional]
Reason Pointer to string [optional]

Methods

NewBouncesRemoveListError

func NewBouncesRemoveListError() *BouncesRemoveListError

NewBouncesRemoveListError instantiates a new BouncesRemoveListError 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

NewBouncesRemoveListErrorWithDefaults

func NewBouncesRemoveListErrorWithDefaults() *BouncesRemoveListError

NewBouncesRemoveListErrorWithDefaults instantiates a new BouncesRemoveListError 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

GetEmailAddress

func (o *BouncesRemoveListError) GetEmailAddress() string

GetEmailAddress returns the EmailAddress field if non-nil, zero value otherwise.

GetEmailAddressOk

func (o *BouncesRemoveListError) GetEmailAddressOk() (*string, bool)

GetEmailAddressOk returns a tuple with the EmailAddress field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetEmailAddress

func (o *BouncesRemoveListError) SetEmailAddress(v string)

SetEmailAddress sets EmailAddress field to given value.

HasEmailAddress

func (o *BouncesRemoveListError) HasEmailAddress() bool

HasEmailAddress returns a boolean if a field has been set.

GetReason

func (o *BouncesRemoveListError) GetReason() string

GetReason returns the Reason field if non-nil, zero value otherwise.

GetReasonOk

func (o *BouncesRemoveListError) GetReasonOk() (*string, bool)

GetReasonOk returns a tuple with the Reason field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetReason

func (o *BouncesRemoveListError) SetReason(v string)

SetReason sets Reason field to given value.

HasReason

func (o *BouncesRemoveListError) HasReason() bool

HasReason returns a boolean if a field has been set.

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