Skip to content

Latest commit

 

History

History
93 lines (50 loc) · 4.5 KB

UserlogintypeResponse.md

File metadata and controls

93 lines (50 loc) · 4.5 KB

UserlogintypeResponse

Properties

Name Type Description Notes
PkiUserlogintypeID int32 The unique ID of the Userlogintype Valid values: Value
ObjUserlogintypeDescription MultilingualUserlogintypeDescription
SUserlogintypeDescriptionX string The description of the Userlogintype in the language of the requester

Methods

NewUserlogintypeResponse

func NewUserlogintypeResponse(pkiUserlogintypeID int32, objUserlogintypeDescription MultilingualUserlogintypeDescription, sUserlogintypeDescriptionX string, ) *UserlogintypeResponse

NewUserlogintypeResponse instantiates a new UserlogintypeResponse 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

NewUserlogintypeResponseWithDefaults

func NewUserlogintypeResponseWithDefaults() *UserlogintypeResponse

NewUserlogintypeResponseWithDefaults instantiates a new UserlogintypeResponse 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

GetPkiUserlogintypeID

func (o *UserlogintypeResponse) GetPkiUserlogintypeID() int32

GetPkiUserlogintypeID returns the PkiUserlogintypeID field if non-nil, zero value otherwise.

GetPkiUserlogintypeIDOk

func (o *UserlogintypeResponse) GetPkiUserlogintypeIDOk() (*int32, bool)

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

SetPkiUserlogintypeID

func (o *UserlogintypeResponse) SetPkiUserlogintypeID(v int32)

SetPkiUserlogintypeID sets PkiUserlogintypeID field to given value.

GetObjUserlogintypeDescription

func (o *UserlogintypeResponse) GetObjUserlogintypeDescription() MultilingualUserlogintypeDescription

GetObjUserlogintypeDescription returns the ObjUserlogintypeDescription field if non-nil, zero value otherwise.

GetObjUserlogintypeDescriptionOk

func (o *UserlogintypeResponse) GetObjUserlogintypeDescriptionOk() (*MultilingualUserlogintypeDescription, bool)

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

SetObjUserlogintypeDescription

func (o *UserlogintypeResponse) SetObjUserlogintypeDescription(v MultilingualUserlogintypeDescription)

SetObjUserlogintypeDescription sets ObjUserlogintypeDescription field to given value.

GetSUserlogintypeDescriptionX

func (o *UserlogintypeResponse) GetSUserlogintypeDescriptionX() string

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

GetSUserlogintypeDescriptionXOk

func (o *UserlogintypeResponse) 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 *UserlogintypeResponse) SetSUserlogintypeDescriptionX(v string)

SetSUserlogintypeDescriptionX sets SUserlogintypeDescriptionX field to given value.

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