Name | Type | Description | Notes |
---|---|---|---|
EEzsignfoldertypePrivacylevel | FieldEEzsignfoldertypePrivacylevel | ||
SEzsignfoldertypeNameX | string | The name of the Ezsignfoldertype in the language of the requester | |
PkiEzsignfoldertypeID | int32 | The unique ID of the Ezsignfoldertype. | |
BEzsignfoldertypeIsactive | bool | Whether the Ezsignfoldertype is active or not |
func NewEzsignfoldertypeAutocompleteElementResponse(eEzsignfoldertypePrivacylevel FieldEEzsignfoldertypePrivacylevel, sEzsignfoldertypeNameX string, pkiEzsignfoldertypeID int32, bEzsignfoldertypeIsactive bool, ) *EzsignfoldertypeAutocompleteElementResponse
NewEzsignfoldertypeAutocompleteElementResponse instantiates a new EzsignfoldertypeAutocompleteElementResponse 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 NewEzsignfoldertypeAutocompleteElementResponseWithDefaults() *EzsignfoldertypeAutocompleteElementResponse
NewEzsignfoldertypeAutocompleteElementResponseWithDefaults instantiates a new EzsignfoldertypeAutocompleteElementResponse 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 *EzsignfoldertypeAutocompleteElementResponse) GetEEzsignfoldertypePrivacylevel() FieldEEzsignfoldertypePrivacylevel
GetEEzsignfoldertypePrivacylevel returns the EEzsignfoldertypePrivacylevel field if non-nil, zero value otherwise.
func (o *EzsignfoldertypeAutocompleteElementResponse) GetEEzsignfoldertypePrivacylevelOk() (*FieldEEzsignfoldertypePrivacylevel, bool)
GetEEzsignfoldertypePrivacylevelOk returns a tuple with the EEzsignfoldertypePrivacylevel field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *EzsignfoldertypeAutocompleteElementResponse) SetEEzsignfoldertypePrivacylevel(v FieldEEzsignfoldertypePrivacylevel)
SetEEzsignfoldertypePrivacylevel sets EEzsignfoldertypePrivacylevel field to given value.
func (o *EzsignfoldertypeAutocompleteElementResponse) GetSEzsignfoldertypeNameX() string
GetSEzsignfoldertypeNameX returns the SEzsignfoldertypeNameX field if non-nil, zero value otherwise.
func (o *EzsignfoldertypeAutocompleteElementResponse) GetSEzsignfoldertypeNameXOk() (*string, bool)
GetSEzsignfoldertypeNameXOk returns a tuple with the SEzsignfoldertypeNameX field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *EzsignfoldertypeAutocompleteElementResponse) SetSEzsignfoldertypeNameX(v string)
SetSEzsignfoldertypeNameX sets SEzsignfoldertypeNameX field to given value.
func (o *EzsignfoldertypeAutocompleteElementResponse) GetPkiEzsignfoldertypeID() int32
GetPkiEzsignfoldertypeID returns the PkiEzsignfoldertypeID field if non-nil, zero value otherwise.
func (o *EzsignfoldertypeAutocompleteElementResponse) GetPkiEzsignfoldertypeIDOk() (*int32, bool)
GetPkiEzsignfoldertypeIDOk returns a tuple with the PkiEzsignfoldertypeID field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *EzsignfoldertypeAutocompleteElementResponse) SetPkiEzsignfoldertypeID(v int32)
SetPkiEzsignfoldertypeID sets PkiEzsignfoldertypeID field to given value.
func (o *EzsignfoldertypeAutocompleteElementResponse) GetBEzsignfoldertypeIsactive() bool
GetBEzsignfoldertypeIsactive returns the BEzsignfoldertypeIsactive field if non-nil, zero value otherwise.
func (o *EzsignfoldertypeAutocompleteElementResponse) GetBEzsignfoldertypeIsactiveOk() (*bool, bool)
GetBEzsignfoldertypeIsactiveOk returns a tuple with the BEzsignfoldertypeIsactive field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *EzsignfoldertypeAutocompleteElementResponse) SetBEzsignfoldertypeIsactive(v bool)
SetBEzsignfoldertypeIsactive sets BEzsignfoldertypeIsactive field to given value.