| 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] |
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
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
func (o *CreateAISession201Response) GetSessionId() string
GetSessionId returns the SessionId field if non-nil, zero value otherwise.
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.
func (o *CreateAISession201Response) SetSessionId(v string)
SetSessionId sets SessionId field to given value.
func (o *CreateAISession201Response) HasSessionId() bool
HasSessionId returns a boolean if a field has been set.
func (o *CreateAISession201Response) GetStatus() string
GetStatus returns the Status field if non-nil, zero value otherwise.
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.
func (o *CreateAISession201Response) SetStatus(v string)
SetStatus sets Status field to given value.
func (o *CreateAISession201Response) HasStatus() bool
HasStatus returns a boolean if a field has been set.
func (o *CreateAISession201Response) GetExpiresAt() time.Time
GetExpiresAt returns the ExpiresAt field if non-nil, zero value otherwise.
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.
func (o *CreateAISession201Response) SetExpiresAt(v time.Time)
SetExpiresAt sets ExpiresAt field to given value.
func (o *CreateAISession201Response) HasExpiresAt() bool
HasExpiresAt returns a boolean if a field has been set.
func (o *CreateAISession201Response) GetCreatedAt() time.Time
GetCreatedAt returns the CreatedAt field if non-nil, zero value otherwise.
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.
func (o *CreateAISession201Response) SetCreatedAt(v time.Time)
SetCreatedAt sets CreatedAt field to given value.
func (o *CreateAISession201Response) HasCreatedAt() bool
HasCreatedAt returns a boolean if a field has been set.