Skip to content

Latest commit

 

History

History
114 lines (61 loc) · 4.85 KB

EzsignfoldertypeAutocompleteElementResponse.md

File metadata and controls

114 lines (61 loc) · 4.85 KB

EzsignfoldertypeAutocompleteElementResponse

Properties

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

Methods

NewEzsignfoldertypeAutocompleteElementResponse

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

NewEzsignfoldertypeAutocompleteElementResponseWithDefaults

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

GetEEzsignfoldertypePrivacylevel

func (o *EzsignfoldertypeAutocompleteElementResponse) GetEEzsignfoldertypePrivacylevel() FieldEEzsignfoldertypePrivacylevel

GetEEzsignfoldertypePrivacylevel returns the EEzsignfoldertypePrivacylevel field if non-nil, zero value otherwise.

GetEEzsignfoldertypePrivacylevelOk

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.

SetEEzsignfoldertypePrivacylevel

func (o *EzsignfoldertypeAutocompleteElementResponse) SetEEzsignfoldertypePrivacylevel(v FieldEEzsignfoldertypePrivacylevel)

SetEEzsignfoldertypePrivacylevel sets EEzsignfoldertypePrivacylevel field to given value.

GetSEzsignfoldertypeNameX

func (o *EzsignfoldertypeAutocompleteElementResponse) GetSEzsignfoldertypeNameX() string

GetSEzsignfoldertypeNameX returns the SEzsignfoldertypeNameX field if non-nil, zero value otherwise.

GetSEzsignfoldertypeNameXOk

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.

SetSEzsignfoldertypeNameX

func (o *EzsignfoldertypeAutocompleteElementResponse) SetSEzsignfoldertypeNameX(v string)

SetSEzsignfoldertypeNameX sets SEzsignfoldertypeNameX field to given value.

GetPkiEzsignfoldertypeID

func (o *EzsignfoldertypeAutocompleteElementResponse) GetPkiEzsignfoldertypeID() int32

GetPkiEzsignfoldertypeID returns the PkiEzsignfoldertypeID field if non-nil, zero value otherwise.

GetPkiEzsignfoldertypeIDOk

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.

SetPkiEzsignfoldertypeID

func (o *EzsignfoldertypeAutocompleteElementResponse) SetPkiEzsignfoldertypeID(v int32)

SetPkiEzsignfoldertypeID sets PkiEzsignfoldertypeID field to given value.

GetBEzsignfoldertypeIsactive

func (o *EzsignfoldertypeAutocompleteElementResponse) GetBEzsignfoldertypeIsactive() bool

GetBEzsignfoldertypeIsactive returns the BEzsignfoldertypeIsactive field if non-nil, zero value otherwise.

GetBEzsignfoldertypeIsactiveOk

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.

SetBEzsignfoldertypeIsactive

func (o *EzsignfoldertypeAutocompleteElementResponse) SetBEzsignfoldertypeIsactive(v bool)

SetBEzsignfoldertypeIsactive sets BEzsignfoldertypeIsactive field to given value.

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