starting point for go docs

This commit is contained in:
darrell-thobe-sp
2025-03-27 14:43:04 -04:00
parent bdfaf3e228
commit 34d14a520e
2762 changed files with 516453 additions and 0 deletions

View File

@@ -0,0 +1,90 @@
---
id: beta-campaign-alert
title: CampaignAlert
pagination_label: CampaignAlert
sidebar_label: CampaignAlert
sidebar_class_name: gosdk
keywords: ['go', 'Golang', 'sdk', 'CampaignAlert', 'BetaCampaignAlert']
slug: /tools/sdk/go/beta/models/campaign-alert
tags: ['SDK', 'Software Development Kit', 'CampaignAlert', 'BetaCampaignAlert']
---
# CampaignAlert
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**Level** | Pointer to **string** | Denotes the level of the message | [optional]
**Localizations** | Pointer to [**[]ErrorMessageDto**](error-message-dto) | | [optional]
## Methods
### NewCampaignAlert
`func NewCampaignAlert() *CampaignAlert`
NewCampaignAlert instantiates a new CampaignAlert 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
### NewCampaignAlertWithDefaults
`func NewCampaignAlertWithDefaults() *CampaignAlert`
NewCampaignAlertWithDefaults instantiates a new CampaignAlert 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
### GetLevel
`func (o *CampaignAlert) GetLevel() string`
GetLevel returns the Level field if non-nil, zero value otherwise.
### GetLevelOk
`func (o *CampaignAlert) GetLevelOk() (*string, bool)`
GetLevelOk returns a tuple with the Level field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetLevel
`func (o *CampaignAlert) SetLevel(v string)`
SetLevel sets Level field to given value.
### HasLevel
`func (o *CampaignAlert) HasLevel() bool`
HasLevel returns a boolean if a field has been set.
### GetLocalizations
`func (o *CampaignAlert) GetLocalizations() []ErrorMessageDto`
GetLocalizations returns the Localizations field if non-nil, zero value otherwise.
### GetLocalizationsOk
`func (o *CampaignAlert) GetLocalizationsOk() (*[]ErrorMessageDto, bool)`
GetLocalizationsOk returns a tuple with the Localizations field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetLocalizations
`func (o *CampaignAlert) SetLocalizations(v []ErrorMessageDto)`
SetLocalizations sets Localizations field to given value.
### HasLocalizations
`func (o *CampaignAlert) HasLocalizations() bool`
HasLocalizations returns a boolean if a field has been set.