Skip to content

Latest commit

 

History

History
executable file
·
61 lines (34 loc) · 1.63 KB

SqlResponse.md

File metadata and controls

executable file
·
61 lines (34 loc) · 1.63 KB

SqlResponse

Properties

Name Type Description Notes
Hits interface{}

Methods

NewSqlResponse

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

NewSqlResponseWithDefaults

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

GetHits

func (o *SqlResponse) GetHits() interface{}

GetHits returns the Hits field if non-nil, zero value otherwise.

GetHitsOk

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.

SetHits

func (o *SqlResponse) SetHits(v interface{})

SetHits sets Hits field to given value.

SetHitsNil

func (o *SqlResponse) SetHitsNil(b bool)

SetHitsNil sets the value for Hits to be an explicit nil

UnsetHits

func (o *SqlResponse) UnsetHits()

UnsetHits ensures that no value is present for Hits, not even an explicit nil

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