Skip to content

Latest commit

 

History

History
56 lines (31 loc) · 2.02 KB

File metadata and controls

56 lines (31 loc) · 2.02 KB

ListAITools200ResponseToolsInner

Properties

Name Type Description Notes
ToolSpec Pointer to ListAITools200ResponseToolsInnerToolSpec [optional]

Methods

NewListAITools200ResponseToolsInner

func NewListAITools200ResponseToolsInner() *ListAITools200ResponseToolsInner

NewListAITools200ResponseToolsInner instantiates a new ListAITools200ResponseToolsInner 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

NewListAITools200ResponseToolsInnerWithDefaults

func NewListAITools200ResponseToolsInnerWithDefaults() *ListAITools200ResponseToolsInner

NewListAITools200ResponseToolsInnerWithDefaults instantiates a new ListAITools200ResponseToolsInner 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

GetToolSpec

func (o *ListAITools200ResponseToolsInner) GetToolSpec() ListAITools200ResponseToolsInnerToolSpec

GetToolSpec returns the ToolSpec field if non-nil, zero value otherwise.

GetToolSpecOk

func (o *ListAITools200ResponseToolsInner) GetToolSpecOk() (*ListAITools200ResponseToolsInnerToolSpec, bool)

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

SetToolSpec

func (o *ListAITools200ResponseToolsInner) SetToolSpec(v ListAITools200ResponseToolsInnerToolSpec)

SetToolSpec sets ToolSpec field to given value.

HasToolSpec

func (o *ListAITools200ResponseToolsInner) HasToolSpec() bool

HasToolSpec returns a boolean if a field has been set.

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