Name | Type | Description | Notes |
---|---|---|---|
FkiAgentID | Pointer to int32 | The unique ID of the Agent. | [optional] |
FkiBrokerID | Pointer to int32 | The unique ID of the Broker. | [optional] |
FkiUserID | Pointer to int32 | The unique ID of the User | [optional] |
FkiMailboxsharedID | Pointer to int32 | The unique ID of the Mailboxshared | [optional] |
FkiPhonelinesharedID | Pointer to int32 | The unique ID of the Phonelineshared | [optional] |
ECommunicationsenderObjecttype | string | ||
ObjContactName | CustomContactNameResponse | ||
ObjEmail | Pointer to EmailResponseCompound | [optional] | |
ObjPhoneFax | Pointer to PhoneResponseCompound | [optional] | |
ObjPhoneSMS | Pointer to PhoneResponseCompound | [optional] |
func NewCustomCommunicationsenderResponse(eCommunicationsenderObjecttype string, objContactName CustomContactNameResponse, ) *CustomCommunicationsenderResponse
NewCustomCommunicationsenderResponse instantiates a new CustomCommunicationsenderResponse 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 NewCustomCommunicationsenderResponseWithDefaults() *CustomCommunicationsenderResponse
NewCustomCommunicationsenderResponseWithDefaults instantiates a new CustomCommunicationsenderResponse 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 *CustomCommunicationsenderResponse) GetFkiAgentID() int32
GetFkiAgentID returns the FkiAgentID field if non-nil, zero value otherwise.
func (o *CustomCommunicationsenderResponse) GetFkiAgentIDOk() (*int32, bool)
GetFkiAgentIDOk returns a tuple with the FkiAgentID field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CustomCommunicationsenderResponse) SetFkiAgentID(v int32)
SetFkiAgentID sets FkiAgentID field to given value.
func (o *CustomCommunicationsenderResponse) HasFkiAgentID() bool
HasFkiAgentID returns a boolean if a field has been set.
func (o *CustomCommunicationsenderResponse) GetFkiBrokerID() int32
GetFkiBrokerID returns the FkiBrokerID field if non-nil, zero value otherwise.
func (o *CustomCommunicationsenderResponse) GetFkiBrokerIDOk() (*int32, bool)
GetFkiBrokerIDOk returns a tuple with the FkiBrokerID field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CustomCommunicationsenderResponse) SetFkiBrokerID(v int32)
SetFkiBrokerID sets FkiBrokerID field to given value.
func (o *CustomCommunicationsenderResponse) HasFkiBrokerID() bool
HasFkiBrokerID returns a boolean if a field has been set.
func (o *CustomCommunicationsenderResponse) GetFkiUserID() int32
GetFkiUserID returns the FkiUserID field if non-nil, zero value otherwise.
func (o *CustomCommunicationsenderResponse) GetFkiUserIDOk() (*int32, bool)
GetFkiUserIDOk returns a tuple with the FkiUserID field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CustomCommunicationsenderResponse) SetFkiUserID(v int32)
SetFkiUserID sets FkiUserID field to given value.
func (o *CustomCommunicationsenderResponse) HasFkiUserID() bool
HasFkiUserID returns a boolean if a field has been set.
func (o *CustomCommunicationsenderResponse) GetFkiMailboxsharedID() int32
GetFkiMailboxsharedID returns the FkiMailboxsharedID field if non-nil, zero value otherwise.
func (o *CustomCommunicationsenderResponse) GetFkiMailboxsharedIDOk() (*int32, bool)
GetFkiMailboxsharedIDOk returns a tuple with the FkiMailboxsharedID field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CustomCommunicationsenderResponse) SetFkiMailboxsharedID(v int32)
SetFkiMailboxsharedID sets FkiMailboxsharedID field to given value.
func (o *CustomCommunicationsenderResponse) HasFkiMailboxsharedID() bool
HasFkiMailboxsharedID returns a boolean if a field has been set.
func (o *CustomCommunicationsenderResponse) GetFkiPhonelinesharedID() int32
GetFkiPhonelinesharedID returns the FkiPhonelinesharedID field if non-nil, zero value otherwise.
func (o *CustomCommunicationsenderResponse) GetFkiPhonelinesharedIDOk() (*int32, bool)
GetFkiPhonelinesharedIDOk returns a tuple with the FkiPhonelinesharedID field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CustomCommunicationsenderResponse) SetFkiPhonelinesharedID(v int32)
SetFkiPhonelinesharedID sets FkiPhonelinesharedID field to given value.
func (o *CustomCommunicationsenderResponse) HasFkiPhonelinesharedID() bool
HasFkiPhonelinesharedID returns a boolean if a field has been set.
func (o *CustomCommunicationsenderResponse) GetECommunicationsenderObjecttype() string
GetECommunicationsenderObjecttype returns the ECommunicationsenderObjecttype field if non-nil, zero value otherwise.
func (o *CustomCommunicationsenderResponse) GetECommunicationsenderObjecttypeOk() (*string, bool)
GetECommunicationsenderObjecttypeOk returns a tuple with the ECommunicationsenderObjecttype field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CustomCommunicationsenderResponse) SetECommunicationsenderObjecttype(v string)
SetECommunicationsenderObjecttype sets ECommunicationsenderObjecttype field to given value.
func (o *CustomCommunicationsenderResponse) GetObjContactName() CustomContactNameResponse
GetObjContactName returns the ObjContactName field if non-nil, zero value otherwise.
func (o *CustomCommunicationsenderResponse) GetObjContactNameOk() (*CustomContactNameResponse, bool)
GetObjContactNameOk returns a tuple with the ObjContactName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CustomCommunicationsenderResponse) SetObjContactName(v CustomContactNameResponse)
SetObjContactName sets ObjContactName field to given value.
func (o *CustomCommunicationsenderResponse) GetObjEmail() EmailResponseCompound
GetObjEmail returns the ObjEmail field if non-nil, zero value otherwise.
func (o *CustomCommunicationsenderResponse) GetObjEmailOk() (*EmailResponseCompound, bool)
GetObjEmailOk returns a tuple with the ObjEmail field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CustomCommunicationsenderResponse) SetObjEmail(v EmailResponseCompound)
SetObjEmail sets ObjEmail field to given value.
func (o *CustomCommunicationsenderResponse) HasObjEmail() bool
HasObjEmail returns a boolean if a field has been set.
func (o *CustomCommunicationsenderResponse) GetObjPhoneFax() PhoneResponseCompound
GetObjPhoneFax returns the ObjPhoneFax field if non-nil, zero value otherwise.
func (o *CustomCommunicationsenderResponse) GetObjPhoneFaxOk() (*PhoneResponseCompound, bool)
GetObjPhoneFaxOk returns a tuple with the ObjPhoneFax field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CustomCommunicationsenderResponse) SetObjPhoneFax(v PhoneResponseCompound)
SetObjPhoneFax sets ObjPhoneFax field to given value.
func (o *CustomCommunicationsenderResponse) HasObjPhoneFax() bool
HasObjPhoneFax returns a boolean if a field has been set.
func (o *CustomCommunicationsenderResponse) GetObjPhoneSMS() PhoneResponseCompound
GetObjPhoneSMS returns the ObjPhoneSMS field if non-nil, zero value otherwise.
func (o *CustomCommunicationsenderResponse) GetObjPhoneSMSOk() (*PhoneResponseCompound, bool)
GetObjPhoneSMSOk returns a tuple with the ObjPhoneSMS field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CustomCommunicationsenderResponse) SetObjPhoneSMS(v PhoneResponseCompound)
SetObjPhoneSMS sets ObjPhoneSMS field to given value.
func (o *CustomCommunicationsenderResponse) HasObjPhoneSMS() bool
HasObjPhoneSMS returns a boolean if a field has been set.