| Name | Type | Description | Notes |
|---|---|---|---|
| Draw | int32 | ||
| ITotalRecords | int32 | ||
| ITotalDisplayRecords | int32 | ||
| AaData | []V1WafLogItem |
func NewV1WafLogListResponse(draw int32, iTotalRecords int32, iTotalDisplayRecords int32, aaData []V1WafLogItem, ) *V1WafLogListResponse
NewV1WafLogListResponse instantiates a new V1WafLogListResponse 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 NewV1WafLogListResponseWithDefaults() *V1WafLogListResponse
NewV1WafLogListResponseWithDefaults instantiates a new V1WafLogListResponse 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 *V1WafLogListResponse) GetDraw() int32
GetDraw returns the Draw field if non-nil, zero value otherwise.
func (o *V1WafLogListResponse) 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 *V1WafLogListResponse) SetDraw(v int32)
SetDraw sets Draw field to given value.
func (o *V1WafLogListResponse) GetITotalRecords() int32
GetITotalRecords returns the ITotalRecords field if non-nil, zero value otherwise.
func (o *V1WafLogListResponse) 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 *V1WafLogListResponse) SetITotalRecords(v int32)
SetITotalRecords sets ITotalRecords field to given value.
func (o *V1WafLogListResponse) GetITotalDisplayRecords() int32
GetITotalDisplayRecords returns the ITotalDisplayRecords field if non-nil, zero value otherwise.
func (o *V1WafLogListResponse) 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 *V1WafLogListResponse) SetITotalDisplayRecords(v int32)
SetITotalDisplayRecords sets ITotalDisplayRecords field to given value.
func (o *V1WafLogListResponse) GetAaData() []V1WafLogItem
GetAaData returns the AaData field if non-nil, zero value otherwise.
func (o *V1WafLogListResponse) GetAaDataOk() (*[]V1WafLogItem, 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 *V1WafLogListResponse) SetAaData(v []V1WafLogItem)
SetAaData sets AaData field to given value.