Name | Type | Description | Notes |
---|---|---|---|
Hits | interface{} |
func NewSqlResponse(hits interface{}, ) *SqlResponse
NewSqlResponse instantiates a new SqlResponse 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 NewSqlResponseWithDefaults() *SqlResponse
NewSqlResponseWithDefaults instantiates a new SqlResponse 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 *SqlResponse) GetHits() interface{}
GetHits returns the Hits field if non-nil, zero value otherwise.
func (o *SqlResponse) GetHitsOk() (*interface{}, bool)
GetHitsOk returns a tuple with the Hits field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SqlResponse) SetHits(v interface{})
SetHits sets Hits field to given value.
func (o *SqlResponse) SetHitsNil(b bool)
SetHitsNil sets the value for Hits to be an explicit nil
func (o *SqlResponse) UnsetHits()
UnsetHits ensures that no value is present for Hits, not even an explicit nil