Skip to content

ExcludeChannelVO

Properties

Name Type Description Notes
Channel Pointer to int32 Channel. [optional]
Freq Pointer to int32 Frequency. [optional]

Methods

NewExcludeChannelVO

func NewExcludeChannelVO() *ExcludeChannelVO

NewExcludeChannelVO instantiates a new ExcludeChannelVO 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

NewExcludeChannelVOWithDefaults

func NewExcludeChannelVOWithDefaults() *ExcludeChannelVO

NewExcludeChannelVOWithDefaults instantiates a new ExcludeChannelVO 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

GetChannel

func (o *ExcludeChannelVO) GetChannel() int32

GetChannel returns the Channel field if non-nil, zero value otherwise.

GetChannelOk

func (o *ExcludeChannelVO) GetChannelOk() (*int32, bool)

GetChannelOk returns a tuple with the Channel field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetChannel

func (o *ExcludeChannelVO) SetChannel(v int32)

SetChannel sets Channel field to given value.

HasChannel

func (o *ExcludeChannelVO) HasChannel() bool

HasChannel returns a boolean if a field has been set.

GetFreq

func (o *ExcludeChannelVO) GetFreq() int32

GetFreq returns the Freq field if non-nil, zero value otherwise.

GetFreqOk

func (o *ExcludeChannelVO) GetFreqOk() (*int32, bool)

GetFreqOk returns a tuple with the Freq field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetFreq

func (o *ExcludeChannelVO) SetFreq(v int32)

SetFreq sets Freq field to given value.

HasFreq

func (o *ExcludeChannelVO) HasFreq() bool

HasFreq returns a boolean if a field has been set.

[Back to Model list] [Back to API list] [Back to README]