Skip to content

Latest commit

 

History

History
56 lines (31 loc) · 2.16 KB

File metadata and controls

56 lines (31 loc) · 2.16 KB

ListAITools200ResponseToolsInnerToolSpecInputSchema

Properties

Name Type Description Notes
Json Pointer to map[string]interface{} JSON Schema defining function parameters [optional]

Methods

NewListAITools200ResponseToolsInnerToolSpecInputSchema

func NewListAITools200ResponseToolsInnerToolSpecInputSchema() *ListAITools200ResponseToolsInnerToolSpecInputSchema

NewListAITools200ResponseToolsInnerToolSpecInputSchema instantiates a new ListAITools200ResponseToolsInnerToolSpecInputSchema 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

NewListAITools200ResponseToolsInnerToolSpecInputSchemaWithDefaults

func NewListAITools200ResponseToolsInnerToolSpecInputSchemaWithDefaults() *ListAITools200ResponseToolsInnerToolSpecInputSchema

NewListAITools200ResponseToolsInnerToolSpecInputSchemaWithDefaults instantiates a new ListAITools200ResponseToolsInnerToolSpecInputSchema 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

GetJson

func (o *ListAITools200ResponseToolsInnerToolSpecInputSchema) GetJson() map[string]interface{}

GetJson returns the Json field if non-nil, zero value otherwise.

GetJsonOk

func (o *ListAITools200ResponseToolsInnerToolSpecInputSchema) GetJsonOk() (*map[string]interface{}, bool)

GetJsonOk returns a tuple with the Json field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetJson

func (o *ListAITools200ResponseToolsInnerToolSpecInputSchema) SetJson(v map[string]interface{})

SetJson sets Json field to given value.

HasJson

func (o *ListAITools200ResponseToolsInnerToolSpecInputSchema) HasJson() bool

HasJson returns a boolean if a field has been set.

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