Skip to content

TopApByRtDropVO

Properties

Name Type Description Notes
TopApByDrop Pointer to []TopModelBaseVO [optional]
TopApByRt Pointer to []TopModelBaseVO [optional]

Methods

NewTopApByRtDropVO

func NewTopApByRtDropVO() *TopApByRtDropVO

NewTopApByRtDropVO instantiates a new TopApByRtDropVO 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

NewTopApByRtDropVOWithDefaults

func NewTopApByRtDropVOWithDefaults() *TopApByRtDropVO

NewTopApByRtDropVOWithDefaults instantiates a new TopApByRtDropVO 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

GetTopApByDrop

func (o *TopApByRtDropVO) GetTopApByDrop() []TopModelBaseVO

GetTopApByDrop returns the TopApByDrop field if non-nil, zero value otherwise.

GetTopApByDropOk

func (o *TopApByRtDropVO) GetTopApByDropOk() (*[]TopModelBaseVO, bool)

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

SetTopApByDrop

func (o *TopApByRtDropVO) SetTopApByDrop(v []TopModelBaseVO)

SetTopApByDrop sets TopApByDrop field to given value.

HasTopApByDrop

func (o *TopApByRtDropVO) HasTopApByDrop() bool

HasTopApByDrop returns a boolean if a field has been set.

GetTopApByRt

func (o *TopApByRtDropVO) GetTopApByRt() []TopModelBaseVO

GetTopApByRt returns the TopApByRt field if non-nil, zero value otherwise.

GetTopApByRtOk

func (o *TopApByRtDropVO) GetTopApByRtOk() (*[]TopModelBaseVO, bool)

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

SetTopApByRt

func (o *TopApByRtDropVO) SetTopApByRt(v []TopModelBaseVO)

SetTopApByRt sets TopApByRt field to given value.

HasTopApByRt

func (o *TopApByRtDropVO) HasTopApByRt() bool

HasTopApByRt returns a boolean if a field has been set.

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