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-complete-campaign-options
title: CompleteCampaignOptions
pagination_label: CompleteCampaignOptions
sidebar_label: CompleteCampaignOptions
sidebar_class_name: gosdk
keywords: ['go', 'Golang', 'sdk', 'CompleteCampaignOptions', 'BetaCompleteCampaignOptions']
slug: /tools/sdk/go/beta/models/complete-campaign-options
tags: ['SDK', 'Software Development Kit', 'CompleteCampaignOptions', 'BetaCompleteCampaignOptions']
---
# CompleteCampaignOptions
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**AutoCompleteAction** | Pointer to **string** | Determines whether to auto-approve(APPROVE) or auto-revoke(REVOKE) upon campaign completion. | [optional] [default to "APPROVE"]
## Methods
### NewCompleteCampaignOptions
`func NewCompleteCampaignOptions() *CompleteCampaignOptions`
NewCompleteCampaignOptions instantiates a new CompleteCampaignOptions 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
### NewCompleteCampaignOptionsWithDefaults
`func NewCompleteCampaignOptionsWithDefaults() *CompleteCampaignOptions`
NewCompleteCampaignOptionsWithDefaults instantiates a new CompleteCampaignOptions 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
### GetAutoCompleteAction
`func (o *CompleteCampaignOptions) GetAutoCompleteAction() string`
GetAutoCompleteAction returns the AutoCompleteAction field if non-nil, zero value otherwise.
### GetAutoCompleteActionOk
`func (o *CompleteCampaignOptions) GetAutoCompleteActionOk() (*string, bool)`
GetAutoCompleteActionOk returns a tuple with the AutoCompleteAction field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetAutoCompleteAction
`func (o *CompleteCampaignOptions) SetAutoCompleteAction(v string)`
SetAutoCompleteAction sets AutoCompleteAction field to given value.
### HasAutoCompleteAction
`func (o *CompleteCampaignOptions) HasAutoCompleteAction() bool`
HasAutoCompleteAction returns a boolean if a field has been set.