Name | Type | Description | Notes |
---|---|---|---|
ChannelId | string | チャンネルUUID | |
Level | ChannelSubscribeLevel |
func NewUserSubscribeState(channelId string, level ChannelSubscribeLevel, ) *UserSubscribeState
NewUserSubscribeState instantiates a new UserSubscribeState 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 NewUserSubscribeStateWithDefaults() *UserSubscribeState
NewUserSubscribeStateWithDefaults instantiates a new UserSubscribeState 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 *UserSubscribeState) GetChannelId() string
GetChannelId returns the ChannelId field if non-nil, zero value otherwise.
func (o *UserSubscribeState) 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 *UserSubscribeState) SetChannelId(v string)
SetChannelId sets ChannelId field to given value.
func (o *UserSubscribeState) GetLevel() ChannelSubscribeLevel
GetLevel returns the Level field if non-nil, zero value otherwise.
func (o *UserSubscribeState) GetLevelOk() (*ChannelSubscribeLevel, bool)
GetLevelOk returns a tuple with the Level field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UserSubscribeState) SetLevel(v ChannelSubscribeLevel)
SetLevel sets Level field to given value.