| Name | Type | Description | Notes |
|---|---|---|---|
| SessionId | Pointer to string | [optional] | |
| ExpiresAt | Pointer to time.Time | [optional] | |
| Message | Pointer to string | [optional] |
func NewExtendAISession200Response() *ExtendAISession200Response
NewExtendAISession200Response instantiates a new ExtendAISession200Response 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 NewExtendAISession200ResponseWithDefaults() *ExtendAISession200Response
NewExtendAISession200ResponseWithDefaults instantiates a new ExtendAISession200Response 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 *ExtendAISession200Response) GetSessionId() string
GetSessionId returns the SessionId field if non-nil, zero value otherwise.
func (o *ExtendAISession200Response) 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 *ExtendAISession200Response) SetSessionId(v string)
SetSessionId sets SessionId field to given value.
func (o *ExtendAISession200Response) HasSessionId() bool
HasSessionId returns a boolean if a field has been set.
func (o *ExtendAISession200Response) GetExpiresAt() time.Time
GetExpiresAt returns the ExpiresAt field if non-nil, zero value otherwise.
func (o *ExtendAISession200Response) 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 *ExtendAISession200Response) SetExpiresAt(v time.Time)
SetExpiresAt sets ExpiresAt field to given value.
func (o *ExtendAISession200Response) HasExpiresAt() bool
HasExpiresAt returns a boolean if a field has been set.
func (o *ExtendAISession200Response) GetMessage() string
GetMessage returns the Message field if non-nil, zero value otherwise.
func (o *ExtendAISession200Response) GetMessageOk() (*string, bool)
GetMessageOk returns a tuple with the Message field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ExtendAISession200Response) SetMessage(v string)
SetMessage sets Message field to given value.
func (o *ExtendAISession200Response) HasMessage() bool
HasMessage returns a boolean if a field has been set.