Skip to content

Latest commit

 

History

History
61 lines (34 loc) · 1.8 KB

MethodCallResponse.md

File metadata and controls

61 lines (34 loc) · 1.8 KB

MethodCallResponse

Properties

Name Type Description Notes
Output interface{} The function call output.

Methods

NewMethodCallResponse

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

NewMethodCallResponseWithDefaults

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

GetOutput

func (o *MethodCallResponse) GetOutput() interface{}

GetOutput returns the Output field if non-nil, zero value otherwise.

GetOutputOk

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.

SetOutput

func (o *MethodCallResponse) SetOutput(v interface{})

SetOutput sets Output field to given value.

SetOutputNil

func (o *MethodCallResponse) SetOutputNil(b bool)

SetOutputNil sets the value for Output to be an explicit nil

UnsetOutput

func (o *MethodCallResponse) UnsetOutput()

UnsetOutput ensures that no value is present for Output, not even an explicit nil

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