| Name | Type | Description | Notes |
|---|---|---|---|
| Name | Pointer to string | [optional] | |
| ToolUseId | Pointer to string | [optional] | |
| Input | Pointer to map[string]interface{} | [optional] |
func NewGetDurableExecutionStatus200ResponsePendingToolsInner() *GetDurableExecutionStatus200ResponsePendingToolsInner
NewGetDurableExecutionStatus200ResponsePendingToolsInner instantiates a new GetDurableExecutionStatus200ResponsePendingToolsInner 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 NewGetDurableExecutionStatus200ResponsePendingToolsInnerWithDefaults() *GetDurableExecutionStatus200ResponsePendingToolsInner
NewGetDurableExecutionStatus200ResponsePendingToolsInnerWithDefaults instantiates a new GetDurableExecutionStatus200ResponsePendingToolsInner 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 *GetDurableExecutionStatus200ResponsePendingToolsInner) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *GetDurableExecutionStatus200ResponsePendingToolsInner) 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 *GetDurableExecutionStatus200ResponsePendingToolsInner) SetName(v string)
SetName sets Name field to given value.
func (o *GetDurableExecutionStatus200ResponsePendingToolsInner) HasName() bool
HasName returns a boolean if a field has been set.
func (o *GetDurableExecutionStatus200ResponsePendingToolsInner) GetToolUseId() string
GetToolUseId returns the ToolUseId field if non-nil, zero value otherwise.
func (o *GetDurableExecutionStatus200ResponsePendingToolsInner) GetToolUseIdOk() (*string, bool)
GetToolUseIdOk returns a tuple with the ToolUseId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GetDurableExecutionStatus200ResponsePendingToolsInner) SetToolUseId(v string)
SetToolUseId sets ToolUseId field to given value.
func (o *GetDurableExecutionStatus200ResponsePendingToolsInner) HasToolUseId() bool
HasToolUseId returns a boolean if a field has been set.
func (o *GetDurableExecutionStatus200ResponsePendingToolsInner) GetInput() map[string]interface{}
GetInput returns the Input field if non-nil, zero value otherwise.
func (o *GetDurableExecutionStatus200ResponsePendingToolsInner) GetInputOk() (*map[string]interface{}, bool)
GetInputOk returns a tuple with the Input field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GetDurableExecutionStatus200ResponsePendingToolsInner) SetInput(v map[string]interface{})
SetInput sets Input field to given value.
func (o *GetDurableExecutionStatus200ResponsePendingToolsInner) HasInput() bool
HasInput returns a boolean if a field has been set.