Name | Type | Description | Notes |
---|---|---|---|
LocalizedError | Pointer to NullableLocalizedMessage | [optional] | |
Output | Pointer to map[string]interface{} | Trigger output that completed the invocation. Its schema is defined in the trigger definition. | [optional] |
func NewCompleteInvocationInput() *CompleteInvocationInput
NewCompleteInvocationInput instantiates a new CompleteInvocationInput 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 NewCompleteInvocationInputWithDefaults() *CompleteInvocationInput
NewCompleteInvocationInputWithDefaults instantiates a new CompleteInvocationInput 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 *CompleteInvocationInput) GetLocalizedError() LocalizedMessage
GetLocalizedError returns the LocalizedError field if non-nil, zero value otherwise.
func (o *CompleteInvocationInput) GetLocalizedErrorOk() (*LocalizedMessage, bool)
GetLocalizedErrorOk returns a tuple with the LocalizedError field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CompleteInvocationInput) SetLocalizedError(v LocalizedMessage)
SetLocalizedError sets LocalizedError field to given value.
func (o *CompleteInvocationInput) HasLocalizedError() bool
HasLocalizedError returns a boolean if a field has been set.
func (o *CompleteInvocationInput) SetLocalizedErrorNil(b bool)
SetLocalizedErrorNil sets the value for LocalizedError to be an explicit nil
func (o *CompleteInvocationInput) UnsetLocalizedError()
UnsetLocalizedError ensures that no value is present for LocalizedError, not even an explicit nil
func (o *CompleteInvocationInput) GetOutput() map[string]interface{}
GetOutput returns the Output field if non-nil, zero value otherwise.
func (o *CompleteInvocationInput) GetOutputOk() (*map[string]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 *CompleteInvocationInput) SetOutput(v map[string]interface{})
SetOutput sets Output field to given value.
func (o *CompleteInvocationInput) HasOutput() bool
HasOutput returns a boolean if a field has been set.
func (o *CompleteInvocationInput) SetOutputNil(b bool)
SetOutputNil sets the value for Output to be an explicit nil
func (o *CompleteInvocationInput) UnsetOutput()
UnsetOutput ensures that no value is present for Output, not even an explicit nil