Skip to content

Latest commit

History

History
77 lines (42 loc) 路 2.3 KB

FaqQuestionReorderModelV1.md

File metadata and controls

77 lines (42 loc) 路 2.3 KB

FaqQuestionReorderModelV1

Properties

Name Type Description Notes
QuestionId int64
Position Pointer to int64 [optional]

Methods

NewFaqQuestionReorderModelV1

func NewFaqQuestionReorderModelV1(questionId int64, ) *FaqQuestionReorderModelV1

NewFaqQuestionReorderModelV1 instantiates a new FaqQuestionReorderModelV1 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

NewFaqQuestionReorderModelV1WithDefaults

func NewFaqQuestionReorderModelV1WithDefaults() *FaqQuestionReorderModelV1

NewFaqQuestionReorderModelV1WithDefaults instantiates a new FaqQuestionReorderModelV1 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

GetQuestionId

func (o *FaqQuestionReorderModelV1) GetQuestionId() int64

GetQuestionId returns the QuestionId field if non-nil, zero value otherwise.

GetQuestionIdOk

func (o *FaqQuestionReorderModelV1) GetQuestionIdOk() (*int64, bool)

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

SetQuestionId

func (o *FaqQuestionReorderModelV1) SetQuestionId(v int64)

SetQuestionId sets QuestionId field to given value.

GetPosition

func (o *FaqQuestionReorderModelV1) GetPosition() int64

GetPosition returns the Position field if non-nil, zero value otherwise.

GetPositionOk

func (o *FaqQuestionReorderModelV1) GetPositionOk() (*int64, bool)

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

SetPosition

func (o *FaqQuestionReorderModelV1) SetPosition(v int64)

SetPosition sets Position field to given value.

HasPosition

func (o *FaqQuestionReorderModelV1) HasPosition() bool

HasPosition returns a boolean if a field has been set.

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