| Name | Type | Description | Notes |
|---|---|---|---|
| Name | Pointer to string | [optional] | |
| Description | Pointer to string | [optional] | |
| EdgeFunctionUrl | Pointer to string | [optional] | |
| IsAsync | Pointer to bool | [optional] | |
| InputSchema | Pointer to map[string]interface{} | [optional] | |
| CreatedAt | Pointer to time.Time | [optional] |
func NewListCustomTools200ResponseToolsInner() *ListCustomTools200ResponseToolsInner
NewListCustomTools200ResponseToolsInner instantiates a new ListCustomTools200ResponseToolsInner 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 NewListCustomTools200ResponseToolsInnerWithDefaults() *ListCustomTools200ResponseToolsInner
NewListCustomTools200ResponseToolsInnerWithDefaults instantiates a new ListCustomTools200ResponseToolsInner 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 *ListCustomTools200ResponseToolsInner) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *ListCustomTools200ResponseToolsInner) 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 *ListCustomTools200ResponseToolsInner) SetName(v string)
SetName sets Name field to given value.
func (o *ListCustomTools200ResponseToolsInner) HasName() bool
HasName returns a boolean if a field has been set.
func (o *ListCustomTools200ResponseToolsInner) GetDescription() string
GetDescription returns the Description field if non-nil, zero value otherwise.
func (o *ListCustomTools200ResponseToolsInner) 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 *ListCustomTools200ResponseToolsInner) SetDescription(v string)
SetDescription sets Description field to given value.
func (o *ListCustomTools200ResponseToolsInner) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (o *ListCustomTools200ResponseToolsInner) GetEdgeFunctionUrl() string
GetEdgeFunctionUrl returns the EdgeFunctionUrl field if non-nil, zero value otherwise.
func (o *ListCustomTools200ResponseToolsInner) GetEdgeFunctionUrlOk() (*string, bool)
GetEdgeFunctionUrlOk returns a tuple with the EdgeFunctionUrl field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ListCustomTools200ResponseToolsInner) SetEdgeFunctionUrl(v string)
SetEdgeFunctionUrl sets EdgeFunctionUrl field to given value.
func (o *ListCustomTools200ResponseToolsInner) HasEdgeFunctionUrl() bool
HasEdgeFunctionUrl returns a boolean if a field has been set.
func (o *ListCustomTools200ResponseToolsInner) GetIsAsync() bool
GetIsAsync returns the IsAsync field if non-nil, zero value otherwise.
func (o *ListCustomTools200ResponseToolsInner) GetIsAsyncOk() (*bool, bool)
GetIsAsyncOk returns a tuple with the IsAsync field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ListCustomTools200ResponseToolsInner) SetIsAsync(v bool)
SetIsAsync sets IsAsync field to given value.
func (o *ListCustomTools200ResponseToolsInner) HasIsAsync() bool
HasIsAsync returns a boolean if a field has been set.
func (o *ListCustomTools200ResponseToolsInner) GetInputSchema() map[string]interface{}
GetInputSchema returns the InputSchema field if non-nil, zero value otherwise.
func (o *ListCustomTools200ResponseToolsInner) GetInputSchemaOk() (*map[string]interface{}, 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 *ListCustomTools200ResponseToolsInner) SetInputSchema(v map[string]interface{})
SetInputSchema sets InputSchema field to given value.
func (o *ListCustomTools200ResponseToolsInner) HasInputSchema() bool
HasInputSchema returns a boolean if a field has been set.
func (o *ListCustomTools200ResponseToolsInner) GetCreatedAt() time.Time
GetCreatedAt returns the CreatedAt field if non-nil, zero value otherwise.
func (o *ListCustomTools200ResponseToolsInner) GetCreatedAtOk() (*time.Time, bool)
GetCreatedAtOk returns a tuple with the CreatedAt field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ListCustomTools200ResponseToolsInner) SetCreatedAt(v time.Time)
SetCreatedAt sets CreatedAt field to given value.
func (o *ListCustomTools200ResponseToolsInner) HasCreatedAt() bool
HasCreatedAt returns a boolean if a field has been set.