Skip to content

Latest commit

 

History

History
160 lines (87 loc) · 5.23 KB

CustomCommunicationsenderRequest.md

File metadata and controls

160 lines (87 loc) · 5.23 KB

CustomCommunicationsenderRequest

Properties

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]
FkiMailboxsharedID Pointer to int32 The unique ID of the Mailboxshared [optional]
FkiPhonelinesharedID Pointer to int32 The unique ID of the Phonelineshared [optional]
FkiUserID Pointer to int32 The unique ID of the User [optional]

Methods

NewCustomCommunicationsenderRequest

func NewCustomCommunicationsenderRequest() *CustomCommunicationsenderRequest

NewCustomCommunicationsenderRequest instantiates a new CustomCommunicationsenderRequest 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

NewCustomCommunicationsenderRequestWithDefaults

func NewCustomCommunicationsenderRequestWithDefaults() *CustomCommunicationsenderRequest

NewCustomCommunicationsenderRequestWithDefaults instantiates a new CustomCommunicationsenderRequest 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

GetFkiAgentID

func (o *CustomCommunicationsenderRequest) GetFkiAgentID() int32

GetFkiAgentID returns the FkiAgentID field if non-nil, zero value otherwise.

GetFkiAgentIDOk

func (o *CustomCommunicationsenderRequest) 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.

SetFkiAgentID

func (o *CustomCommunicationsenderRequest) SetFkiAgentID(v int32)

SetFkiAgentID sets FkiAgentID field to given value.

HasFkiAgentID

func (o *CustomCommunicationsenderRequest) HasFkiAgentID() bool

HasFkiAgentID returns a boolean if a field has been set.

GetFkiBrokerID

func (o *CustomCommunicationsenderRequest) GetFkiBrokerID() int32

GetFkiBrokerID returns the FkiBrokerID field if non-nil, zero value otherwise.

GetFkiBrokerIDOk

func (o *CustomCommunicationsenderRequest) 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.

SetFkiBrokerID

func (o *CustomCommunicationsenderRequest) SetFkiBrokerID(v int32)

SetFkiBrokerID sets FkiBrokerID field to given value.

HasFkiBrokerID

func (o *CustomCommunicationsenderRequest) HasFkiBrokerID() bool

HasFkiBrokerID returns a boolean if a field has been set.

GetFkiMailboxsharedID

func (o *CustomCommunicationsenderRequest) GetFkiMailboxsharedID() int32

GetFkiMailboxsharedID returns the FkiMailboxsharedID field if non-nil, zero value otherwise.

GetFkiMailboxsharedIDOk

func (o *CustomCommunicationsenderRequest) 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.

SetFkiMailboxsharedID

func (o *CustomCommunicationsenderRequest) SetFkiMailboxsharedID(v int32)

SetFkiMailboxsharedID sets FkiMailboxsharedID field to given value.

HasFkiMailboxsharedID

func (o *CustomCommunicationsenderRequest) HasFkiMailboxsharedID() bool

HasFkiMailboxsharedID returns a boolean if a field has been set.

GetFkiPhonelinesharedID

func (o *CustomCommunicationsenderRequest) GetFkiPhonelinesharedID() int32

GetFkiPhonelinesharedID returns the FkiPhonelinesharedID field if non-nil, zero value otherwise.

GetFkiPhonelinesharedIDOk

func (o *CustomCommunicationsenderRequest) 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.

SetFkiPhonelinesharedID

func (o *CustomCommunicationsenderRequest) SetFkiPhonelinesharedID(v int32)

SetFkiPhonelinesharedID sets FkiPhonelinesharedID field to given value.

HasFkiPhonelinesharedID

func (o *CustomCommunicationsenderRequest) HasFkiPhonelinesharedID() bool

HasFkiPhonelinesharedID returns a boolean if a field has been set.

GetFkiUserID

func (o *CustomCommunicationsenderRequest) GetFkiUserID() int32

GetFkiUserID returns the FkiUserID field if non-nil, zero value otherwise.

GetFkiUserIDOk

func (o *CustomCommunicationsenderRequest) 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.

SetFkiUserID

func (o *CustomCommunicationsenderRequest) SetFkiUserID(v int32)

SetFkiUserID sets FkiUserID field to given value.

HasFkiUserID

func (o *CustomCommunicationsenderRequest) HasFkiUserID() bool

HasFkiUserID returns a boolean if a field has been set.

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