Skip to content

Latest commit

 

History

History
114 lines (61 loc) · 3.56 KB

File metadata and controls

114 lines (61 loc) · 3.56 KB

V1FormSubmissionListResponse

Properties

Name Type Description Notes
Draw int32
ITotalRecords int32
ITotalDisplayRecords int32
AaData []V1FormSubmissionItem

Methods

NewV1FormSubmissionListResponse

func NewV1FormSubmissionListResponse(draw int32, iTotalRecords int32, iTotalDisplayRecords int32, aaData []V1FormSubmissionItem, ) *V1FormSubmissionListResponse

NewV1FormSubmissionListResponse instantiates a new V1FormSubmissionListResponse 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

NewV1FormSubmissionListResponseWithDefaults

func NewV1FormSubmissionListResponseWithDefaults() *V1FormSubmissionListResponse

NewV1FormSubmissionListResponseWithDefaults instantiates a new V1FormSubmissionListResponse 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

GetDraw

func (o *V1FormSubmissionListResponse) GetDraw() int32

GetDraw returns the Draw field if non-nil, zero value otherwise.

GetDrawOk

func (o *V1FormSubmissionListResponse) GetDrawOk() (*int32, bool)

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

SetDraw

func (o *V1FormSubmissionListResponse) SetDraw(v int32)

SetDraw sets Draw field to given value.

GetITotalRecords

func (o *V1FormSubmissionListResponse) GetITotalRecords() int32

GetITotalRecords returns the ITotalRecords field if non-nil, zero value otherwise.

GetITotalRecordsOk

func (o *V1FormSubmissionListResponse) GetITotalRecordsOk() (*int32, bool)

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

SetITotalRecords

func (o *V1FormSubmissionListResponse) SetITotalRecords(v int32)

SetITotalRecords sets ITotalRecords field to given value.

GetITotalDisplayRecords

func (o *V1FormSubmissionListResponse) GetITotalDisplayRecords() int32

GetITotalDisplayRecords returns the ITotalDisplayRecords field if non-nil, zero value otherwise.

GetITotalDisplayRecordsOk

func (o *V1FormSubmissionListResponse) GetITotalDisplayRecordsOk() (*int32, bool)

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

SetITotalDisplayRecords

func (o *V1FormSubmissionListResponse) SetITotalDisplayRecords(v int32)

SetITotalDisplayRecords sets ITotalDisplayRecords field to given value.

GetAaData

func (o *V1FormSubmissionListResponse) GetAaData() []V1FormSubmissionItem

GetAaData returns the AaData field if non-nil, zero value otherwise.

GetAaDataOk

func (o *V1FormSubmissionListResponse) GetAaDataOk() (*[]V1FormSubmissionItem, bool)

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

SetAaData

func (o *V1FormSubmissionListResponse) SetAaData(v []V1FormSubmissionItem)

SetAaData sets AaData field to given value.

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