Skip to main content

TestExternalExecuteWorkflowV1200Response

Properties

NameTypeDescriptionNotes
PayloadPointer to map[string]interfaceThe input that was received[optional]

Methods

NewTestExternalExecuteWorkflowV1200Response

func NewTestExternalExecuteWorkflowV1200Response() *TestExternalExecuteWorkflowV1200Response

NewTestExternalExecuteWorkflowV1200Response instantiates a new TestExternalExecuteWorkflowV1200Response 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

NewTestExternalExecuteWorkflowV1200ResponseWithDefaults

func NewTestExternalExecuteWorkflowV1200ResponseWithDefaults() *TestExternalExecuteWorkflowV1200Response

NewTestExternalExecuteWorkflowV1200ResponseWithDefaults instantiates a new TestExternalExecuteWorkflowV1200Response 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

GetPayload

func (o *TestExternalExecuteWorkflowV1200Response) GetPayload() map[string]interface{}

GetPayload returns the Payload field if non-nil, zero value otherwise.

GetPayloadOk

func (o *TestExternalExecuteWorkflowV1200Response) GetPayloadOk() (*map[string]interface{}, bool)

GetPayloadOk returns a tuple with the Payload field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetPayload

func (o *TestExternalExecuteWorkflowV1200Response) SetPayload(v map[string]interface{})

SetPayload sets Payload field to given value.

HasPayload

func (o *TestExternalExecuteWorkflowV1200Response) HasPayload() bool

HasPayload returns a boolean if a field has been set.