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"] |
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
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
func (o *CompleteCampaignOptions) GetAutoCompleteAction() string
GetAutoCompleteAction returns the AutoCompleteAction field if non-nil, zero value otherwise.
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.
func (o *CompleteCampaignOptions) SetAutoCompleteAction(v string)
SetAutoCompleteAction sets AutoCompleteAction field to given value.
func (o *CompleteCampaignOptions) HasAutoCompleteAction() bool
HasAutoCompleteAction returns a boolean if a field has been set.