--- id: test-external-execute-workflow200-response title: TestExternalExecuteWorkflow200Response pagination_label: TestExternalExecuteWorkflow200Response sidebar_label: TestExternalExecuteWorkflow200Response sidebar_class_name: gosdk keywords: ['go', 'Golang', 'sdk', 'TestExternalExecuteWorkflow200Response', 'TestExternalExecuteWorkflow200Response'] slug: /tools/sdk/go/v3/models/test-external-execute-workflow200-response tags: ['SDK', 'Software Development Kit', 'TestExternalExecuteWorkflow200Response', 'TestExternalExecuteWorkflow200Response'] --- # TestExternalExecuteWorkflow200Response ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **Payload** | Pointer to **map[string]interface{}** | The input that was received | [optional] ## Methods ### NewTestExternalExecuteWorkflow200Response `func NewTestExternalExecuteWorkflow200Response() *TestExternalExecuteWorkflow200Response` NewTestExternalExecuteWorkflow200Response instantiates a new TestExternalExecuteWorkflow200Response 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 ### NewTestExternalExecuteWorkflow200ResponseWithDefaults `func NewTestExternalExecuteWorkflow200ResponseWithDefaults() *TestExternalExecuteWorkflow200Response` NewTestExternalExecuteWorkflow200ResponseWithDefaults instantiates a new TestExternalExecuteWorkflow200Response 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 *TestExternalExecuteWorkflow200Response) GetPayload() map[string]interface{}` GetPayload returns the Payload field if non-nil, zero value otherwise. ### GetPayloadOk `func (o *TestExternalExecuteWorkflow200Response) 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 *TestExternalExecuteWorkflow200Response) SetPayload(v map[string]interface{})` SetPayload sets Payload field to given value. ### HasPayload `func (o *TestExternalExecuteWorkflow200Response) HasPayload() bool` HasPayload returns a boolean if a field has been set.