Name | Type | Description | Notes |
---|---|---|---|
Output | interface{} | The function call output. |
func NewMethodCallResponse(output interface{}, ) *MethodCallResponse
NewMethodCallResponse instantiates a new MethodCallResponse 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 NewMethodCallResponseWithDefaults() *MethodCallResponse
NewMethodCallResponseWithDefaults instantiates a new MethodCallResponse 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 *MethodCallResponse) GetOutput() interface{}
GetOutput returns the Output field if non-nil, zero value otherwise.
func (o *MethodCallResponse) GetOutputOk() (*interface{}, bool)
GetOutputOk returns a tuple with the Output field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *MethodCallResponse) SetOutput(v interface{})
SetOutput sets Output field to given value.
func (o *MethodCallResponse) SetOutputNil(b bool)
SetOutputNil sets the value for Output to be an explicit nil
func (o *MethodCallResponse) UnsetOutput()
UnsetOutput ensures that no value is present for Output, not even an explicit nil