| Name | Type | Description | Notes |
|---|---|---|---|
| ChainId | Pointer to string | [optional] | |
| ChannelId | Pointer to string | [optional] | |
| TransfersCount | Pointer to int32 | [optional] |
func NewResponsesBusiestChannel() *ResponsesBusiestChannel
NewResponsesBusiestChannel instantiates a new ResponsesBusiestChannel 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 NewResponsesBusiestChannelWithDefaults() *ResponsesBusiestChannel
NewResponsesBusiestChannelWithDefaults instantiates a new ResponsesBusiestChannel 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 *ResponsesBusiestChannel) GetChainId() string
GetChainId returns the ChainId field if non-nil, zero value otherwise.
func (o *ResponsesBusiestChannel) GetChainIdOk() (*string, bool)
GetChainIdOk returns a tuple with the ChainId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ResponsesBusiestChannel) SetChainId(v string)
SetChainId sets ChainId field to given value.
func (o *ResponsesBusiestChannel) HasChainId() bool
HasChainId returns a boolean if a field has been set.
func (o *ResponsesBusiestChannel) GetChannelId() string
GetChannelId returns the ChannelId field if non-nil, zero value otherwise.
func (o *ResponsesBusiestChannel) 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 *ResponsesBusiestChannel) SetChannelId(v string)
SetChannelId sets ChannelId field to given value.
func (o *ResponsesBusiestChannel) HasChannelId() bool
HasChannelId returns a boolean if a field has been set.
func (o *ResponsesBusiestChannel) GetTransfersCount() int32
GetTransfersCount returns the TransfersCount field if non-nil, zero value otherwise.
func (o *ResponsesBusiestChannel) GetTransfersCountOk() (*int32, bool)
GetTransfersCountOk returns a tuple with the TransfersCount field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ResponsesBusiestChannel) SetTransfersCount(v int32)
SetTransfersCount sets TransfersCount field to given value.
func (o *ResponsesBusiestChannel) HasTransfersCount() bool
HasTransfersCount returns a boolean if a field has been set.