SiteChannelLimitSetting
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| ChannelLimit | Pointer to ChannelLimitSettingVO | [optional] |
Methods
NewSiteChannelLimitSetting
func NewSiteChannelLimitSetting() *SiteChannelLimitSetting
NewSiteChannelLimitSetting instantiates a new SiteChannelLimitSetting 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
NewSiteChannelLimitSettingWithDefaults
func NewSiteChannelLimitSettingWithDefaults() *SiteChannelLimitSetting
NewSiteChannelLimitSettingWithDefaults instantiates a new SiteChannelLimitSetting 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
GetChannelLimit
func (o *SiteChannelLimitSetting) GetChannelLimit() ChannelLimitSettingVO
GetChannelLimit returns the ChannelLimit field if non-nil, zero value otherwise.
GetChannelLimitOk
func (o *SiteChannelLimitSetting) GetChannelLimitOk() (*ChannelLimitSettingVO, bool)
GetChannelLimitOk returns a tuple with the ChannelLimit field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetChannelLimit
func (o *SiteChannelLimitSetting) SetChannelLimit(v ChannelLimitSettingVO)
SetChannelLimit sets ChannelLimit field to given value.
HasChannelLimit
func (o *SiteChannelLimitSetting) HasChannelLimit() bool
HasChannelLimit returns a boolean if a field has been set.