Skip to content

Latest commit

History

History
56 lines (31 loc) 路 1.62 KB

PollVoteStatusModelV1.md

File metadata and controls

56 lines (31 loc) 路 1.62 KB

PollVoteStatusModelV1

Properties

Name Type Description Notes
Voted Pointer to bool [optional]

Methods

NewPollVoteStatusModelV1

func NewPollVoteStatusModelV1() *PollVoteStatusModelV1

NewPollVoteStatusModelV1 instantiates a new PollVoteStatusModelV1 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

NewPollVoteStatusModelV1WithDefaults

func NewPollVoteStatusModelV1WithDefaults() *PollVoteStatusModelV1

NewPollVoteStatusModelV1WithDefaults instantiates a new PollVoteStatusModelV1 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

GetVoted

func (o *PollVoteStatusModelV1) GetVoted() bool

GetVoted returns the Voted field if non-nil, zero value otherwise.

GetVotedOk

func (o *PollVoteStatusModelV1) GetVotedOk() (*bool, bool)

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

SetVoted

func (o *PollVoteStatusModelV1) SetVoted(v bool)

SetVoted sets Voted field to given value.

HasVoted

func (o *PollVoteStatusModelV1) HasVoted() bool

HasVoted returns a boolean if a field has been set.

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