Name | Type | Description | Notes |
---|---|---|---|
UserId | string | 作成者UUID | |
Before | string | 変更前親チャンネルUUID | |
After | string | 変更後親チャンネルUUID | |
On | []string | オンにされたユーザーのUUID配列 | |
Off | []string | オフにされたユーザーのUUID配列 | |
MessageId | string | メッセージUUID | |
Visibility | bool | 変更後可視状態 | |
Force | bool | 変更後強制通知状態 | |
ChannelId | string | チャンネルUUID |
func NewChannelEventDetail(userId string, before string, after string, on []string, off []string, messageId string, visibility bool, force bool, channelId string, ) *ChannelEventDetail
NewChannelEventDetail instantiates a new ChannelEventDetail 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 NewChannelEventDetailWithDefaults() *ChannelEventDetail
NewChannelEventDetailWithDefaults instantiates a new ChannelEventDetail 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 *ChannelEventDetail) GetUserId() string
GetUserId returns the UserId field if non-nil, zero value otherwise.
func (o *ChannelEventDetail) GetUserIdOk() (*string, bool)
GetUserIdOk returns a tuple with the UserId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ChannelEventDetail) SetUserId(v string)
SetUserId sets UserId field to given value.
func (o *ChannelEventDetail) GetBefore() string
GetBefore returns the Before field if non-nil, zero value otherwise.
func (o *ChannelEventDetail) GetBeforeOk() (*string, bool)
GetBeforeOk returns a tuple with the Before field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ChannelEventDetail) SetBefore(v string)
SetBefore sets Before field to given value.
func (o *ChannelEventDetail) GetAfter() string
GetAfter returns the After field if non-nil, zero value otherwise.
func (o *ChannelEventDetail) GetAfterOk() (*string, bool)
GetAfterOk returns a tuple with the After field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ChannelEventDetail) SetAfter(v string)
SetAfter sets After field to given value.
func (o *ChannelEventDetail) GetOn() []string
GetOn returns the On field if non-nil, zero value otherwise.
func (o *ChannelEventDetail) GetOnOk() (*[]string, bool)
GetOnOk returns a tuple with the On field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ChannelEventDetail) SetOn(v []string)
SetOn sets On field to given value.
func (o *ChannelEventDetail) GetOff() []string
GetOff returns the Off field if non-nil, zero value otherwise.
func (o *ChannelEventDetail) GetOffOk() (*[]string, bool)
GetOffOk returns a tuple with the Off field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ChannelEventDetail) SetOff(v []string)
SetOff sets Off field to given value.
func (o *ChannelEventDetail) GetMessageId() string
GetMessageId returns the MessageId field if non-nil, zero value otherwise.
func (o *ChannelEventDetail) GetMessageIdOk() (*string, bool)
GetMessageIdOk returns a tuple with the MessageId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ChannelEventDetail) SetMessageId(v string)
SetMessageId sets MessageId field to given value.
func (o *ChannelEventDetail) GetVisibility() bool
GetVisibility returns the Visibility field if non-nil, zero value otherwise.
func (o *ChannelEventDetail) GetVisibilityOk() (*bool, bool)
GetVisibilityOk returns a tuple with the Visibility field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ChannelEventDetail) SetVisibility(v bool)
SetVisibility sets Visibility field to given value.
func (o *ChannelEventDetail) GetForce() bool
GetForce returns the Force field if non-nil, zero value otherwise.
func (o *ChannelEventDetail) GetForceOk() (*bool, bool)
GetForceOk returns a tuple with the Force field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ChannelEventDetail) SetForce(v bool)
SetForce sets Force field to given value.
func (o *ChannelEventDetail) GetChannelId() string
GetChannelId returns the ChannelId field if non-nil, zero value otherwise.
func (o *ChannelEventDetail) GetChannelIdOk() (*string, bool)
GetChannelIdOk returns a tuple with the ChannelId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ChannelEventDetail) SetChannelId(v string)
SetChannelId sets ChannelId field to given value.