Name | Type | Description | Notes |
---|---|---|---|
SCompanyNameX | string | The Name of the Company in the language of the requester | |
SDepartmentNameX | string | The Name of the Department in the language of the requester | |
PkiDepartmentID | int32 | The unique ID of the Department | |
BDepartmentIsactive | bool | Whether the Department is active or not |
func NewDepartmentAutocompleteElementResponse(sCompanyNameX string, sDepartmentNameX string, pkiDepartmentID int32, bDepartmentIsactive bool, ) *DepartmentAutocompleteElementResponse
NewDepartmentAutocompleteElementResponse instantiates a new DepartmentAutocompleteElementResponse 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 NewDepartmentAutocompleteElementResponseWithDefaults() *DepartmentAutocompleteElementResponse
NewDepartmentAutocompleteElementResponseWithDefaults instantiates a new DepartmentAutocompleteElementResponse 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 *DepartmentAutocompleteElementResponse) GetSCompanyNameX() string
GetSCompanyNameX returns the SCompanyNameX field if non-nil, zero value otherwise.
func (o *DepartmentAutocompleteElementResponse) GetSCompanyNameXOk() (*string, bool)
GetSCompanyNameXOk returns a tuple with the SCompanyNameX field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DepartmentAutocompleteElementResponse) SetSCompanyNameX(v string)
SetSCompanyNameX sets SCompanyNameX field to given value.
func (o *DepartmentAutocompleteElementResponse) GetSDepartmentNameX() string
GetSDepartmentNameX returns the SDepartmentNameX field if non-nil, zero value otherwise.
func (o *DepartmentAutocompleteElementResponse) GetSDepartmentNameXOk() (*string, bool)
GetSDepartmentNameXOk returns a tuple with the SDepartmentNameX field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DepartmentAutocompleteElementResponse) SetSDepartmentNameX(v string)
SetSDepartmentNameX sets SDepartmentNameX field to given value.
func (o *DepartmentAutocompleteElementResponse) GetPkiDepartmentID() int32
GetPkiDepartmentID returns the PkiDepartmentID field if non-nil, zero value otherwise.
func (o *DepartmentAutocompleteElementResponse) GetPkiDepartmentIDOk() (*int32, bool)
GetPkiDepartmentIDOk returns a tuple with the PkiDepartmentID field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DepartmentAutocompleteElementResponse) SetPkiDepartmentID(v int32)
SetPkiDepartmentID sets PkiDepartmentID field to given value.
func (o *DepartmentAutocompleteElementResponse) GetBDepartmentIsactive() bool
GetBDepartmentIsactive returns the BDepartmentIsactive field if non-nil, zero value otherwise.
func (o *DepartmentAutocompleteElementResponse) GetBDepartmentIsactiveOk() (*bool, bool)
GetBDepartmentIsactiveOk returns a tuple with the BDepartmentIsactive field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DepartmentAutocompleteElementResponse) SetBDepartmentIsactive(v bool)
SetBDepartmentIsactive sets BDepartmentIsactive field to given value.