Name | Type | Description | Notes |
---|---|---|---|
Flowpipe | Pointer to FlowpipeTriggerResponseMetadata | [optional] | |
Results | Pointer to map[string]interface{} | [optional] |
func NewTriggerExecutionResponse() *TriggerExecutionResponse
NewTriggerExecutionResponse instantiates a new TriggerExecutionResponse 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 NewTriggerExecutionResponseWithDefaults() *TriggerExecutionResponse
NewTriggerExecutionResponseWithDefaults instantiates a new TriggerExecutionResponse 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 *TriggerExecutionResponse) GetFlowpipe() FlowpipeTriggerResponseMetadata
GetFlowpipe returns the Flowpipe field if non-nil, zero value otherwise.
func (o *TriggerExecutionResponse) GetFlowpipeOk() (*FlowpipeTriggerResponseMetadata, bool)
GetFlowpipeOk returns a tuple with the Flowpipe field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TriggerExecutionResponse) SetFlowpipe(v FlowpipeTriggerResponseMetadata)
SetFlowpipe sets Flowpipe field to given value.
func (o *TriggerExecutionResponse) HasFlowpipe() bool
HasFlowpipe returns a boolean if a field has been set.
func (o *TriggerExecutionResponse) GetResults() map[string]interface{}
GetResults returns the Results field if non-nil, zero value otherwise.
func (o *TriggerExecutionResponse) GetResultsOk() (*map[string]interface{}, bool)
GetResultsOk returns a tuple with the Results field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TriggerExecutionResponse) SetResults(v map[string]interface{})
SetResults sets Results field to given value.
func (o *TriggerExecutionResponse) HasResults() bool
HasResults returns a boolean if a field has been set.