| Name | Type | Description | Notes |
|---|---|---|---|
| Name | Pointer to string | [optional] | |
| Description | Pointer to string | [optional] | |
| InputSchema | Pointer to ListAITools200ResponseToolsInnerToolSpecInputSchema | [optional] |
func NewListAITools200ResponseToolsInnerToolSpec() *ListAITools200ResponseToolsInnerToolSpec
NewListAITools200ResponseToolsInnerToolSpec instantiates a new ListAITools200ResponseToolsInnerToolSpec 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 NewListAITools200ResponseToolsInnerToolSpecWithDefaults() *ListAITools200ResponseToolsInnerToolSpec
NewListAITools200ResponseToolsInnerToolSpecWithDefaults instantiates a new ListAITools200ResponseToolsInnerToolSpec 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 *ListAITools200ResponseToolsInnerToolSpec) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *ListAITools200ResponseToolsInnerToolSpec) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ListAITools200ResponseToolsInnerToolSpec) SetName(v string)
SetName sets Name field to given value.
func (o *ListAITools200ResponseToolsInnerToolSpec) HasName() bool
HasName returns a boolean if a field has been set.
func (o *ListAITools200ResponseToolsInnerToolSpec) GetDescription() string
GetDescription returns the Description field if non-nil, zero value otherwise.
func (o *ListAITools200ResponseToolsInnerToolSpec) GetDescriptionOk() (*string, bool)
GetDescriptionOk returns a tuple with the Description field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ListAITools200ResponseToolsInnerToolSpec) SetDescription(v string)
SetDescription sets Description field to given value.
func (o *ListAITools200ResponseToolsInnerToolSpec) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (o *ListAITools200ResponseToolsInnerToolSpec) GetInputSchema() ListAITools200ResponseToolsInnerToolSpecInputSchema
GetInputSchema returns the InputSchema field if non-nil, zero value otherwise.
func (o *ListAITools200ResponseToolsInnerToolSpec) GetInputSchemaOk() (*ListAITools200ResponseToolsInnerToolSpecInputSchema, bool)
GetInputSchemaOk returns a tuple with the InputSchema field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ListAITools200ResponseToolsInnerToolSpec) SetInputSchema(v ListAITools200ResponseToolsInnerToolSpecInputSchema)
SetInputSchema sets InputSchema field to given value.
func (o *ListAITools200ResponseToolsInnerToolSpec) HasInputSchema() bool
HasInputSchema returns a boolean if a field has been set.