Name | Type | Description | Notes |
---|---|---|---|
RoomId | string | 変更されたルームのId | |
State | QallRoomStateChangedEventState |
func NewQallRoomStateChangedEvent(roomId string, state QallRoomStateChangedEventState, ) *QallRoomStateChangedEvent
NewQallRoomStateChangedEvent instantiates a new QallRoomStateChangedEvent 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 NewQallRoomStateChangedEventWithDefaults() *QallRoomStateChangedEvent
NewQallRoomStateChangedEventWithDefaults instantiates a new QallRoomStateChangedEvent 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 *QallRoomStateChangedEvent) GetRoomId() string
GetRoomId returns the RoomId field if non-nil, zero value otherwise.
func (o *QallRoomStateChangedEvent) GetRoomIdOk() (*string, bool)
GetRoomIdOk returns a tuple with the RoomId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *QallRoomStateChangedEvent) SetRoomId(v string)
SetRoomId sets RoomId field to given value.
func (o *QallRoomStateChangedEvent) GetState() QallRoomStateChangedEventState
GetState returns the State field if non-nil, zero value otherwise.
func (o *QallRoomStateChangedEvent) GetStateOk() (*QallRoomStateChangedEventState, bool)
GetStateOk returns a tuple with the State field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *QallRoomStateChangedEvent) SetState(v QallRoomStateChangedEventState)
SetState sets State field to given value.