Skip to content

Latest commit

 

History

History
56 lines (31 loc) · 1.77 KB

CreateSessionRequest.md

File metadata and controls

56 lines (31 loc) · 1.77 KB

CreateSessionRequest

Properties

Name Type Description Notes
SessionToken Pointer to string The session token obtained during authentication [optional]

Methods

NewCreateSessionRequest

func NewCreateSessionRequest() *CreateSessionRequest

NewCreateSessionRequest instantiates a new CreateSessionRequest 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

NewCreateSessionRequestWithDefaults

func NewCreateSessionRequestWithDefaults() *CreateSessionRequest

NewCreateSessionRequestWithDefaults instantiates a new CreateSessionRequest 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

GetSessionToken

func (o *CreateSessionRequest) GetSessionToken() string

GetSessionToken returns the SessionToken field if non-nil, zero value otherwise.

GetSessionTokenOk

func (o *CreateSessionRequest) GetSessionTokenOk() (*string, bool)

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

SetSessionToken

func (o *CreateSessionRequest) SetSessionToken(v string)

SetSessionToken sets SessionToken field to given value.

HasSessionToken

func (o *CreateSessionRequest) HasSessionToken() bool

HasSessionToken returns a boolean if a field has been set.

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