Skip to content

Latest commit

 

History

History
140 lines (75 loc) · 6.85 KB

EzsignsignerResponse.md

File metadata and controls

140 lines (75 loc) · 6.85 KB

EzsignsignerResponse

Properties

Name Type Description Notes
PkiEzsignsignerID int32 The unique ID of the Ezsignsigner
FkiTaxassignmentID int32 The unique ID of the Taxassignment. Valid values: Value
FkiSecretquestionID Pointer to int32 The unique ID of the Secretquestion. Valid values: Value
FkiUserlogintypeID int32 The unique ID of the Userlogintype Valid values: Value
SUserlogintypeDescriptionX string The description of the Userlogintype in the language of the requester

Methods

NewEzsignsignerResponse

func NewEzsignsignerResponse(pkiEzsignsignerID int32, fkiTaxassignmentID int32, fkiUserlogintypeID int32, sUserlogintypeDescriptionX string, ) *EzsignsignerResponse

NewEzsignsignerResponse instantiates a new EzsignsignerResponse 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

NewEzsignsignerResponseWithDefaults

func NewEzsignsignerResponseWithDefaults() *EzsignsignerResponse

NewEzsignsignerResponseWithDefaults instantiates a new EzsignsignerResponse 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

GetPkiEzsignsignerID

func (o *EzsignsignerResponse) GetPkiEzsignsignerID() int32

GetPkiEzsignsignerID returns the PkiEzsignsignerID field if non-nil, zero value otherwise.

GetPkiEzsignsignerIDOk

func (o *EzsignsignerResponse) GetPkiEzsignsignerIDOk() (*int32, bool)

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

SetPkiEzsignsignerID

func (o *EzsignsignerResponse) SetPkiEzsignsignerID(v int32)

SetPkiEzsignsignerID sets PkiEzsignsignerID field to given value.

GetFkiTaxassignmentID

func (o *EzsignsignerResponse) GetFkiTaxassignmentID() int32

GetFkiTaxassignmentID returns the FkiTaxassignmentID field if non-nil, zero value otherwise.

GetFkiTaxassignmentIDOk

func (o *EzsignsignerResponse) GetFkiTaxassignmentIDOk() (*int32, bool)

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

SetFkiTaxassignmentID

func (o *EzsignsignerResponse) SetFkiTaxassignmentID(v int32)

SetFkiTaxassignmentID sets FkiTaxassignmentID field to given value.

GetFkiSecretquestionID

func (o *EzsignsignerResponse) GetFkiSecretquestionID() int32

GetFkiSecretquestionID returns the FkiSecretquestionID field if non-nil, zero value otherwise.

GetFkiSecretquestionIDOk

func (o *EzsignsignerResponse) GetFkiSecretquestionIDOk() (*int32, bool)

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

SetFkiSecretquestionID

func (o *EzsignsignerResponse) SetFkiSecretquestionID(v int32)

SetFkiSecretquestionID sets FkiSecretquestionID field to given value.

HasFkiSecretquestionID

func (o *EzsignsignerResponse) HasFkiSecretquestionID() bool

HasFkiSecretquestionID returns a boolean if a field has been set.

GetFkiUserlogintypeID

func (o *EzsignsignerResponse) GetFkiUserlogintypeID() int32

GetFkiUserlogintypeID returns the FkiUserlogintypeID field if non-nil, zero value otherwise.

GetFkiUserlogintypeIDOk

func (o *EzsignsignerResponse) GetFkiUserlogintypeIDOk() (*int32, bool)

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

SetFkiUserlogintypeID

func (o *EzsignsignerResponse) SetFkiUserlogintypeID(v int32)

SetFkiUserlogintypeID sets FkiUserlogintypeID field to given value.

GetSUserlogintypeDescriptionX

func (o *EzsignsignerResponse) GetSUserlogintypeDescriptionX() string

GetSUserlogintypeDescriptionX returns the SUserlogintypeDescriptionX field if non-nil, zero value otherwise.

GetSUserlogintypeDescriptionXOk

func (o *EzsignsignerResponse) GetSUserlogintypeDescriptionXOk() (*string, bool)

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

SetSUserlogintypeDescriptionX

func (o *EzsignsignerResponse) SetSUserlogintypeDescriptionX(v string)

SetSUserlogintypeDescriptionX sets SUserlogintypeDescriptionX field to given value.

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