Skip to content

Latest commit

 

History

History
93 lines (50 loc) · 4.08 KB

EzsignsigningreasonAutocompleteElementResponse.md

File metadata and controls

93 lines (50 loc) · 4.08 KB

EzsignsigningreasonAutocompleteElementResponse

Properties

Name Type Description Notes
PkiEzsignsigningreasonID int32 The unique ID of the Ezsignsigningreason
SEzsignsigningreasonDescriptionX string The description of the Ezsignsigningreason in the language of the requester
BEzsignsigningreasonIsactive bool Whether the ezsignsigningreason is active or not

Methods

NewEzsignsigningreasonAutocompleteElementResponse

func NewEzsignsigningreasonAutocompleteElementResponse(pkiEzsignsigningreasonID int32, sEzsignsigningreasonDescriptionX string, bEzsignsigningreasonIsactive bool, ) *EzsignsigningreasonAutocompleteElementResponse

NewEzsignsigningreasonAutocompleteElementResponse instantiates a new EzsignsigningreasonAutocompleteElementResponse 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

NewEzsignsigningreasonAutocompleteElementResponseWithDefaults

func NewEzsignsigningreasonAutocompleteElementResponseWithDefaults() *EzsignsigningreasonAutocompleteElementResponse

NewEzsignsigningreasonAutocompleteElementResponseWithDefaults instantiates a new EzsignsigningreasonAutocompleteElementResponse 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

GetPkiEzsignsigningreasonID

func (o *EzsignsigningreasonAutocompleteElementResponse) GetPkiEzsignsigningreasonID() int32

GetPkiEzsignsigningreasonID returns the PkiEzsignsigningreasonID field if non-nil, zero value otherwise.

GetPkiEzsignsigningreasonIDOk

func (o *EzsignsigningreasonAutocompleteElementResponse) GetPkiEzsignsigningreasonIDOk() (*int32, bool)

GetPkiEzsignsigningreasonIDOk returns a tuple with the PkiEzsignsigningreasonID field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetPkiEzsignsigningreasonID

func (o *EzsignsigningreasonAutocompleteElementResponse) SetPkiEzsignsigningreasonID(v int32)

SetPkiEzsignsigningreasonID sets PkiEzsignsigningreasonID field to given value.

GetSEzsignsigningreasonDescriptionX

func (o *EzsignsigningreasonAutocompleteElementResponse) GetSEzsignsigningreasonDescriptionX() string

GetSEzsignsigningreasonDescriptionX returns the SEzsignsigningreasonDescriptionX field if non-nil, zero value otherwise.

GetSEzsignsigningreasonDescriptionXOk

func (o *EzsignsigningreasonAutocompleteElementResponse) GetSEzsignsigningreasonDescriptionXOk() (*string, bool)

GetSEzsignsigningreasonDescriptionXOk returns a tuple with the SEzsignsigningreasonDescriptionX field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetSEzsignsigningreasonDescriptionX

func (o *EzsignsigningreasonAutocompleteElementResponse) SetSEzsignsigningreasonDescriptionX(v string)

SetSEzsignsigningreasonDescriptionX sets SEzsignsigningreasonDescriptionX field to given value.

GetBEzsignsigningreasonIsactive

func (o *EzsignsigningreasonAutocompleteElementResponse) GetBEzsignsigningreasonIsactive() bool

GetBEzsignsigningreasonIsactive returns the BEzsignsigningreasonIsactive field if non-nil, zero value otherwise.

GetBEzsignsigningreasonIsactiveOk

func (o *EzsignsigningreasonAutocompleteElementResponse) GetBEzsignsigningreasonIsactiveOk() (*bool, bool)

GetBEzsignsigningreasonIsactiveOk returns a tuple with the BEzsignsigningreasonIsactive field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetBEzsignsigningreasonIsactive

func (o *EzsignsigningreasonAutocompleteElementResponse) SetBEzsignsigningreasonIsactive(v bool)

SetBEzsignsigningreasonIsactive sets BEzsignsigningreasonIsactive field to given value.

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