Skip to content

Latest commit

 

History

History
executable file
·
51 lines (28 loc) · 1.48 KB

SqlObjResponse.md

File metadata and controls

executable file
·
51 lines (28 loc) · 1.48 KB

SqlObjResponse

Properties

Name Type Description Notes
Hits map[string]interface{}

Methods

NewSqlObjResponse

func NewSqlObjResponse(hits map[string]interface{}, ) *SqlObjResponse

NewSqlObjResponse instantiates a new SqlObjResponse 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

NewSqlObjResponseWithDefaults

func NewSqlObjResponseWithDefaults() *SqlObjResponse

NewSqlObjResponseWithDefaults instantiates a new SqlObjResponse 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 *SqlObjResponse) GetHits() map[string]interface{}

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

GetHitsOk

func (o *SqlObjResponse) GetHitsOk() (*map[string]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 *SqlObjResponse) SetHits(v map[string]interface{})

SetHits sets Hits field to given value.

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