| Name | Type | Description | Notes |
|---|---|---|---|
| Data | interface{} | ||
| EventId | int64 | ||
| Type | string |
func NewSseEventTextMessageContentData(data interface{}, eventId int64, type_ string, ) *SseEventTextMessageContentData
NewSseEventTextMessageContentData instantiates a new SseEventTextMessageContentData 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 NewSseEventTextMessageContentDataWithDefaults() *SseEventTextMessageContentData
NewSseEventTextMessageContentDataWithDefaults instantiates a new SseEventTextMessageContentData 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 *SseEventTextMessageContentData) GetData() interface{}
GetData returns the Data field if non-nil, zero value otherwise.
func (o *SseEventTextMessageContentData) GetDataOk() (*interface{}, bool)
GetDataOk returns a tuple with the Data field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SseEventTextMessageContentData) SetData(v interface{})
SetData sets Data field to given value.
func (o *SseEventTextMessageContentData) SetDataNil(b bool)
SetDataNil sets the value for Data to be an explicit nil
func (o *SseEventTextMessageContentData) UnsetData()
UnsetData ensures that no value is present for Data, not even an explicit nil
func (o *SseEventTextMessageContentData) GetEventId() int64
GetEventId returns the EventId field if non-nil, zero value otherwise.
func (o *SseEventTextMessageContentData) GetEventIdOk() (*int64, bool)
GetEventIdOk returns a tuple with the EventId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SseEventTextMessageContentData) SetEventId(v int64)
SetEventId sets EventId field to given value.
func (o *SseEventTextMessageContentData) GetType() string
GetType returns the Type field if non-nil, zero value otherwise.
func (o *SseEventTextMessageContentData) GetTypeOk() (*string, bool)
GetTypeOk returns a tuple with the Type field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SseEventTextMessageContentData) SetType(v string)
SetType sets Type field to given value.