Skip to content

Latest commit

 

History

History
51 lines (28 loc) · 1.48 KB

CreateTokenLogin.md

File metadata and controls

51 lines (28 loc) · 1.48 KB

CreateTokenLogin

Properties

Name Type Description Notes
JwtToken string

Methods

NewCreateTokenLogin

func NewCreateTokenLogin(jwtToken string, ) *CreateTokenLogin

NewCreateTokenLogin instantiates a new CreateTokenLogin 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

NewCreateTokenLoginWithDefaults

func NewCreateTokenLoginWithDefaults() *CreateTokenLogin

NewCreateTokenLoginWithDefaults instantiates a new CreateTokenLogin 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

GetJwtToken

func (o *CreateTokenLogin) GetJwtToken() string

GetJwtToken returns the JwtToken field if non-nil, zero value otherwise.

GetJwtTokenOk

func (o *CreateTokenLogin) GetJwtTokenOk() (*string, bool)

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

SetJwtToken

func (o *CreateTokenLogin) SetJwtToken(v string)

SetJwtToken sets JwtToken field to given value.

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