| Name | Type | Description | Notes |
|---|---|---|---|
| Draw | int32 | ||
| ITotalRecords | int32 | ||
| ITotalDisplayRecords | int32 | ||
| AaData | []V1FormSubmissionItem |
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
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
func (o *V1FormSubmissionListResponse) GetDraw() int32
GetDraw returns the Draw field if non-nil, zero value otherwise.
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.
func (o *V1FormSubmissionListResponse) SetDraw(v int32)
SetDraw sets Draw field to given value.
func (o *V1FormSubmissionListResponse) GetITotalRecords() int32
GetITotalRecords returns the ITotalRecords field if non-nil, zero value otherwise.
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.
func (o *V1FormSubmissionListResponse) SetITotalRecords(v int32)
SetITotalRecords sets ITotalRecords field to given value.
func (o *V1FormSubmissionListResponse) GetITotalDisplayRecords() int32
GetITotalDisplayRecords returns the ITotalDisplayRecords field if non-nil, zero value otherwise.
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.
func (o *V1FormSubmissionListResponse) SetITotalDisplayRecords(v int32)
SetITotalDisplayRecords sets ITotalDisplayRecords field to given value.
func (o *V1FormSubmissionListResponse) GetAaData() []V1FormSubmissionItem
GetAaData returns the AaData field if non-nil, zero value otherwise.
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.
func (o *V1FormSubmissionListResponse) SetAaData(v []V1FormSubmissionItem)
SetAaData sets AaData field to given value.