empty method and model folders for go to start fixing build

This commit is contained in:
darrell-thobe-sp
2025-03-31 09:09:43 -04:00
parent 34d14a520e
commit 1b874a5285
2759 changed files with 2 additions and 516357 deletions

View File

@@ -1,64 +0,0 @@
---
id: beta-test-external-execute-workflow200-response
title: TestExternalExecuteWorkflow200Response
pagination_label: TestExternalExecuteWorkflow200Response
sidebar_label: TestExternalExecuteWorkflow200Response
sidebar_class_name: gosdk
keywords: ['go', 'Golang', 'sdk', 'TestExternalExecuteWorkflow200Response', 'BetaTestExternalExecuteWorkflow200Response']
slug: /tools/sdk/go/beta/models/test-external-execute-workflow200-response
tags: ['SDK', 'Software Development Kit', 'TestExternalExecuteWorkflow200Response', 'BetaTestExternalExecuteWorkflow200Response']
---
# 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.