Skip to content

Latest commit

 

History

History
134 lines (73 loc) · 3.84 KB

File metadata and controls

134 lines (73 loc) · 3.84 KB

CreateAISession201Response

Properties

Name Type Description Notes
SessionId Pointer to string [optional]
Status Pointer to string [optional]
ExpiresAt Pointer to time.Time [optional]
CreatedAt Pointer to time.Time [optional]

Methods

NewCreateAISession201Response

func NewCreateAISession201Response() *CreateAISession201Response

NewCreateAISession201Response instantiates a new CreateAISession201Response 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

NewCreateAISession201ResponseWithDefaults

func NewCreateAISession201ResponseWithDefaults() *CreateAISession201Response

NewCreateAISession201ResponseWithDefaults instantiates a new CreateAISession201Response 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

GetSessionId

func (o *CreateAISession201Response) GetSessionId() string

GetSessionId returns the SessionId field if non-nil, zero value otherwise.

GetSessionIdOk

func (o *CreateAISession201Response) GetSessionIdOk() (*string, bool)

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

SetSessionId

func (o *CreateAISession201Response) SetSessionId(v string)

SetSessionId sets SessionId field to given value.

HasSessionId

func (o *CreateAISession201Response) HasSessionId() bool

HasSessionId returns a boolean if a field has been set.

GetStatus

func (o *CreateAISession201Response) GetStatus() string

GetStatus returns the Status field if non-nil, zero value otherwise.

GetStatusOk

func (o *CreateAISession201Response) GetStatusOk() (*string, bool)

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

SetStatus

func (o *CreateAISession201Response) SetStatus(v string)

SetStatus sets Status field to given value.

HasStatus

func (o *CreateAISession201Response) HasStatus() bool

HasStatus returns a boolean if a field has been set.

GetExpiresAt

func (o *CreateAISession201Response) GetExpiresAt() time.Time

GetExpiresAt returns the ExpiresAt field if non-nil, zero value otherwise.

GetExpiresAtOk

func (o *CreateAISession201Response) GetExpiresAtOk() (*time.Time, bool)

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

SetExpiresAt

func (o *CreateAISession201Response) SetExpiresAt(v time.Time)

SetExpiresAt sets ExpiresAt field to given value.

HasExpiresAt

func (o *CreateAISession201Response) HasExpiresAt() bool

HasExpiresAt returns a boolean if a field has been set.

GetCreatedAt

func (o *CreateAISession201Response) GetCreatedAt() time.Time

GetCreatedAt returns the CreatedAt field if non-nil, zero value otherwise.

GetCreatedAtOk

func (o *CreateAISession201Response) GetCreatedAtOk() (*time.Time, bool)

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

SetCreatedAt

func (o *CreateAISession201Response) SetCreatedAt(v time.Time)

SetCreatedAt sets CreatedAt field to given value.

HasCreatedAt

func (o *CreateAISession201Response) HasCreatedAt() bool

HasCreatedAt returns a boolean if a field has been set.

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