Files
developer.sailpoint.com/docs/tools/sdk/go/Reference/Beta/Models/CompleteCampaignOptions.md
2025-03-27 14:43:04 -04:00

2.2 KiB

id, title, pagination_label, sidebar_label, sidebar_class_name, keywords, slug, tags
id title pagination_label sidebar_label sidebar_class_name keywords slug tags
beta-complete-campaign-options CompleteCampaignOptions CompleteCampaignOptions CompleteCampaignOptions gosdk
go
Golang
sdk
CompleteCampaignOptions
BetaCompleteCampaignOptions
/tools/sdk/go/beta/models/complete-campaign-options
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.