Name | Type | Description | Notes |
---|---|---|---|
Id | Pointer to NullableInt32 | Sender email id | [optional] |
Pointer to NullableString | Sender email address | [optional] |
func NewSenderEmail() *SenderEmail
NewSenderEmail instantiates a new SenderEmail 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 NewSenderEmailWithDefaults() *SenderEmail
NewSenderEmailWithDefaults instantiates a new SenderEmail 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 *SenderEmail) GetId() int32
GetId returns the Id field if non-nil, zero value otherwise.
func (o *SenderEmail) GetIdOk() (*int32, bool)
GetIdOk returns a tuple with the Id field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SenderEmail) SetId(v int32)
SetId sets Id field to given value.
func (o *SenderEmail) HasId() bool
HasId returns a boolean if a field has been set.
func (o *SenderEmail) SetIdNil(b bool)
SetIdNil sets the value for Id to be an explicit nil
func (o *SenderEmail) UnsetId()
UnsetId ensures that no value is present for Id, not even an explicit nil
func (o *SenderEmail) GetEmail() string
GetEmail returns the Email field if non-nil, zero value otherwise.
func (o *SenderEmail) GetEmailOk() (*string, bool)
GetEmailOk returns a tuple with the Email field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SenderEmail) SetEmail(v string)
SetEmail sets Email field to given value.
func (o *SenderEmail) HasEmail() bool
HasEmail returns a boolean if a field has been set.
func (o *SenderEmail) SetEmailNil(b bool)
SetEmailNil sets the value for Email to be an explicit nil
func (o *SenderEmail) UnsetEmail()
UnsetEmail ensures that no value is present for Email, not even an explicit nil