Skip to content

Latest commit

 

History

History
186 lines (101 loc) · 5.72 KB

File metadata and controls

186 lines (101 loc) · 5.72 KB

ListCustomTools200ResponseToolsInner

Properties

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]

Methods

NewListCustomTools200ResponseToolsInner

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

NewListCustomTools200ResponseToolsInnerWithDefaults

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

GetName

func (o *ListCustomTools200ResponseToolsInner) GetName() string

GetName returns the Name field if non-nil, zero value otherwise.

GetNameOk

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.

SetName

func (o *ListCustomTools200ResponseToolsInner) SetName(v string)

SetName sets Name field to given value.

HasName

func (o *ListCustomTools200ResponseToolsInner) HasName() bool

HasName returns a boolean if a field has been set.

GetDescription

func (o *ListCustomTools200ResponseToolsInner) GetDescription() string

GetDescription returns the Description field if non-nil, zero value otherwise.

GetDescriptionOk

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.

SetDescription

func (o *ListCustomTools200ResponseToolsInner) SetDescription(v string)

SetDescription sets Description field to given value.

HasDescription

func (o *ListCustomTools200ResponseToolsInner) HasDescription() bool

HasDescription returns a boolean if a field has been set.

GetEdgeFunctionUrl

func (o *ListCustomTools200ResponseToolsInner) GetEdgeFunctionUrl() string

GetEdgeFunctionUrl returns the EdgeFunctionUrl field if non-nil, zero value otherwise.

GetEdgeFunctionUrlOk

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.

SetEdgeFunctionUrl

func (o *ListCustomTools200ResponseToolsInner) SetEdgeFunctionUrl(v string)

SetEdgeFunctionUrl sets EdgeFunctionUrl field to given value.

HasEdgeFunctionUrl

func (o *ListCustomTools200ResponseToolsInner) HasEdgeFunctionUrl() bool

HasEdgeFunctionUrl returns a boolean if a field has been set.

GetIsAsync

func (o *ListCustomTools200ResponseToolsInner) GetIsAsync() bool

GetIsAsync returns the IsAsync field if non-nil, zero value otherwise.

GetIsAsyncOk

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.

SetIsAsync

func (o *ListCustomTools200ResponseToolsInner) SetIsAsync(v bool)

SetIsAsync sets IsAsync field to given value.

HasIsAsync

func (o *ListCustomTools200ResponseToolsInner) HasIsAsync() bool

HasIsAsync returns a boolean if a field has been set.

GetInputSchema

func (o *ListCustomTools200ResponseToolsInner) GetInputSchema() map[string]interface{}

GetInputSchema returns the InputSchema field if non-nil, zero value otherwise.

GetInputSchemaOk

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.

SetInputSchema

func (o *ListCustomTools200ResponseToolsInner) SetInputSchema(v map[string]interface{})

SetInputSchema sets InputSchema field to given value.

HasInputSchema

func (o *ListCustomTools200ResponseToolsInner) HasInputSchema() bool

HasInputSchema returns a boolean if a field has been set.

GetCreatedAt

func (o *ListCustomTools200ResponseToolsInner) GetCreatedAt() time.Time

GetCreatedAt returns the CreatedAt field if non-nil, zero value otherwise.

GetCreatedAtOk

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.

SetCreatedAt

func (o *ListCustomTools200ResponseToolsInner) SetCreatedAt(v time.Time)

SetCreatedAt sets CreatedAt field to given value.

HasCreatedAt

func (o *ListCustomTools200ResponseToolsInner) HasCreatedAt() bool

HasCreatedAt returns a boolean if a field has been set.

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