| Name | Type | Description | Notes |
|---|---|---|---|
| ExecutionId | Pointer to string | [optional] | |
| ToolName | Pointer to string | [optional] | |
| Status | Pointer to string | [optional] | |
| Result | Pointer to map[string]interface{} | Tool result (if complete) | [optional] |
| Error | Pointer to string | Error message (if failed) | [optional] |
func NewGetAIOrchestrationStatus200ResponseToolsInner() *GetAIOrchestrationStatus200ResponseToolsInner
NewGetAIOrchestrationStatus200ResponseToolsInner instantiates a new GetAIOrchestrationStatus200ResponseToolsInner 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 NewGetAIOrchestrationStatus200ResponseToolsInnerWithDefaults() *GetAIOrchestrationStatus200ResponseToolsInner
NewGetAIOrchestrationStatus200ResponseToolsInnerWithDefaults instantiates a new GetAIOrchestrationStatus200ResponseToolsInner 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 *GetAIOrchestrationStatus200ResponseToolsInner) GetExecutionId() string
GetExecutionId returns the ExecutionId field if non-nil, zero value otherwise.
func (o *GetAIOrchestrationStatus200ResponseToolsInner) GetExecutionIdOk() (*string, bool)
GetExecutionIdOk returns a tuple with the ExecutionId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GetAIOrchestrationStatus200ResponseToolsInner) SetExecutionId(v string)
SetExecutionId sets ExecutionId field to given value.
func (o *GetAIOrchestrationStatus200ResponseToolsInner) HasExecutionId() bool
HasExecutionId returns a boolean if a field has been set.
func (o *GetAIOrchestrationStatus200ResponseToolsInner) GetToolName() string
GetToolName returns the ToolName field if non-nil, zero value otherwise.
func (o *GetAIOrchestrationStatus200ResponseToolsInner) GetToolNameOk() (*string, bool)
GetToolNameOk returns a tuple with the ToolName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GetAIOrchestrationStatus200ResponseToolsInner) SetToolName(v string)
SetToolName sets ToolName field to given value.
func (o *GetAIOrchestrationStatus200ResponseToolsInner) HasToolName() bool
HasToolName returns a boolean if a field has been set.
func (o *GetAIOrchestrationStatus200ResponseToolsInner) GetStatus() string
GetStatus returns the Status field if non-nil, zero value otherwise.
func (o *GetAIOrchestrationStatus200ResponseToolsInner) GetStatusOk() (*string, bool)
GetStatusOk returns a tuple with the Status field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GetAIOrchestrationStatus200ResponseToolsInner) SetStatus(v string)
SetStatus sets Status field to given value.
func (o *GetAIOrchestrationStatus200ResponseToolsInner) HasStatus() bool
HasStatus returns a boolean if a field has been set.
func (o *GetAIOrchestrationStatus200ResponseToolsInner) GetResult() map[string]interface{}
GetResult returns the Result field if non-nil, zero value otherwise.
func (o *GetAIOrchestrationStatus200ResponseToolsInner) GetResultOk() (*map[string]interface{}, bool)
GetResultOk returns a tuple with the Result field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GetAIOrchestrationStatus200ResponseToolsInner) SetResult(v map[string]interface{})
SetResult sets Result field to given value.
func (o *GetAIOrchestrationStatus200ResponseToolsInner) HasResult() bool
HasResult returns a boolean if a field has been set.
func (o *GetAIOrchestrationStatus200ResponseToolsInner) GetError() string
GetError returns the Error field if non-nil, zero value otherwise.
func (o *GetAIOrchestrationStatus200ResponseToolsInner) GetErrorOk() (*string, bool)
GetErrorOk returns a tuple with the Error field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GetAIOrchestrationStatus200ResponseToolsInner) SetError(v string)
SetError sets Error field to given value.
func (o *GetAIOrchestrationStatus200ResponseToolsInner) HasError() bool
HasError returns a boolean if a field has been set.