| Name | Type | Description | Notes |
|---|---|---|---|
| RunId | string | ||
| AgentOptimizationVersion | int32 | ||
| Iteration | int32 | ||
| Instructions | string | ||
| UserInput | string | ||
| Parameters | Pointer to map[string]interface{} | [optional] |
func NewAgentOptimizationResultPost(runId string, agentOptimizationVersion int32, iteration int32, instructions string, userInput string, ) *AgentOptimizationResultPost
NewAgentOptimizationResultPost instantiates a new AgentOptimizationResultPost 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 NewAgentOptimizationResultPostWithDefaults() *AgentOptimizationResultPost
NewAgentOptimizationResultPostWithDefaults instantiates a new AgentOptimizationResultPost 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 *AgentOptimizationResultPost) GetRunId() string
GetRunId returns the RunId field if non-nil, zero value otherwise.
func (o *AgentOptimizationResultPost) GetRunIdOk() (*string, bool)
GetRunIdOk returns a tuple with the RunId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AgentOptimizationResultPost) SetRunId(v string)
SetRunId sets RunId field to given value.
func (o *AgentOptimizationResultPost) GetAgentOptimizationVersion() int32
GetAgentOptimizationVersion returns the AgentOptimizationVersion field if non-nil, zero value otherwise.
func (o *AgentOptimizationResultPost) GetAgentOptimizationVersionOk() (*int32, bool)
GetAgentOptimizationVersionOk returns a tuple with the AgentOptimizationVersion field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AgentOptimizationResultPost) SetAgentOptimizationVersion(v int32)
SetAgentOptimizationVersion sets AgentOptimizationVersion field to given value.
func (o *AgentOptimizationResultPost) GetIteration() int32
GetIteration returns the Iteration field if non-nil, zero value otherwise.
func (o *AgentOptimizationResultPost) GetIterationOk() (*int32, bool)
GetIterationOk returns a tuple with the Iteration field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AgentOptimizationResultPost) SetIteration(v int32)
SetIteration sets Iteration field to given value.
func (o *AgentOptimizationResultPost) GetInstructions() string
GetInstructions returns the Instructions field if non-nil, zero value otherwise.
func (o *AgentOptimizationResultPost) GetInstructionsOk() (*string, bool)
GetInstructionsOk returns a tuple with the Instructions field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AgentOptimizationResultPost) SetInstructions(v string)
SetInstructions sets Instructions field to given value.
func (o *AgentOptimizationResultPost) GetUserInput() string
GetUserInput returns the UserInput field if non-nil, zero value otherwise.
func (o *AgentOptimizationResultPost) GetUserInputOk() (*string, bool)
GetUserInputOk returns a tuple with the UserInput field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AgentOptimizationResultPost) SetUserInput(v string)
SetUserInput sets UserInput field to given value.
func (o *AgentOptimizationResultPost) GetParameters() map[string]interface{}
GetParameters returns the Parameters field if non-nil, zero value otherwise.
func (o *AgentOptimizationResultPost) GetParametersOk() (*map[string]interface{}, bool)
GetParametersOk returns a tuple with the Parameters field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AgentOptimizationResultPost) SetParameters(v map[string]interface{})
SetParameters sets Parameters field to given value.
func (o *AgentOptimizationResultPost) HasParameters() bool
HasParameters returns a boolean if a field has been set.