Skip to content

Latest commit

 

History

History
219 lines (116 loc) · 6.25 KB

AlertConfigurationApiFilter.md

File metadata and controls

219 lines (116 loc) · 6.25 KB

AlertConfigurationApiFilter

Properties

Name Type Description Notes
Active bool
DestinationType string
DestinationUuid string
Name string
Severity string
Target AlertConfigurationTarget
TargetType string
Template string
Uuids []string

Methods

NewAlertConfigurationApiFilter

func NewAlertConfigurationApiFilter(active bool, destinationType string, destinationUuid string, name string, severity string, target AlertConfigurationTarget, targetType string, template string, uuids []string, ) *AlertConfigurationApiFilter

NewAlertConfigurationApiFilter instantiates a new AlertConfigurationApiFilter 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

NewAlertConfigurationApiFilterWithDefaults

func NewAlertConfigurationApiFilterWithDefaults() *AlertConfigurationApiFilter

NewAlertConfigurationApiFilterWithDefaults instantiates a new AlertConfigurationApiFilter 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

GetActive

func (o *AlertConfigurationApiFilter) GetActive() bool

GetActive returns the Active field if non-nil, zero value otherwise.

GetActiveOk

func (o *AlertConfigurationApiFilter) GetActiveOk() (*bool, bool)

GetActiveOk returns a tuple with the Active field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetActive

func (o *AlertConfigurationApiFilter) SetActive(v bool)

SetActive sets Active field to given value.

GetDestinationType

func (o *AlertConfigurationApiFilter) GetDestinationType() string

GetDestinationType returns the DestinationType field if non-nil, zero value otherwise.

GetDestinationTypeOk

func (o *AlertConfigurationApiFilter) GetDestinationTypeOk() (*string, bool)

GetDestinationTypeOk returns a tuple with the DestinationType field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetDestinationType

func (o *AlertConfigurationApiFilter) SetDestinationType(v string)

SetDestinationType sets DestinationType field to given value.

GetDestinationUuid

func (o *AlertConfigurationApiFilter) GetDestinationUuid() string

GetDestinationUuid returns the DestinationUuid field if non-nil, zero value otherwise.

GetDestinationUuidOk

func (o *AlertConfigurationApiFilter) GetDestinationUuidOk() (*string, bool)

GetDestinationUuidOk returns a tuple with the DestinationUuid field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetDestinationUuid

func (o *AlertConfigurationApiFilter) SetDestinationUuid(v string)

SetDestinationUuid sets DestinationUuid field to given value.

GetName

func (o *AlertConfigurationApiFilter) GetName() string

GetName returns the Name field if non-nil, zero value otherwise.

GetNameOk

func (o *AlertConfigurationApiFilter) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetName

func (o *AlertConfigurationApiFilter) SetName(v string)

SetName sets Name field to given value.

GetSeverity

func (o *AlertConfigurationApiFilter) GetSeverity() string

GetSeverity returns the Severity field if non-nil, zero value otherwise.

GetSeverityOk

func (o *AlertConfigurationApiFilter) GetSeverityOk() (*string, bool)

GetSeverityOk returns a tuple with the Severity field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetSeverity

func (o *AlertConfigurationApiFilter) SetSeverity(v string)

SetSeverity sets Severity field to given value.

GetTarget

func (o *AlertConfigurationApiFilter) GetTarget() AlertConfigurationTarget

GetTarget returns the Target field if non-nil, zero value otherwise.

GetTargetOk

func (o *AlertConfigurationApiFilter) GetTargetOk() (*AlertConfigurationTarget, bool)

GetTargetOk returns a tuple with the Target field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetTarget

func (o *AlertConfigurationApiFilter) SetTarget(v AlertConfigurationTarget)

SetTarget sets Target field to given value.

GetTargetType

func (o *AlertConfigurationApiFilter) GetTargetType() string

GetTargetType returns the TargetType field if non-nil, zero value otherwise.

GetTargetTypeOk

func (o *AlertConfigurationApiFilter) GetTargetTypeOk() (*string, bool)

GetTargetTypeOk returns a tuple with the TargetType field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetTargetType

func (o *AlertConfigurationApiFilter) SetTargetType(v string)

SetTargetType sets TargetType field to given value.

GetTemplate

func (o *AlertConfigurationApiFilter) GetTemplate() string

GetTemplate returns the Template field if non-nil, zero value otherwise.

GetTemplateOk

func (o *AlertConfigurationApiFilter) GetTemplateOk() (*string, bool)

GetTemplateOk returns a tuple with the Template field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetTemplate

func (o *AlertConfigurationApiFilter) SetTemplate(v string)

SetTemplate sets Template field to given value.

GetUuids

func (o *AlertConfigurationApiFilter) GetUuids() []string

GetUuids returns the Uuids field if non-nil, zero value otherwise.

GetUuidsOk

func (o *AlertConfigurationApiFilter) GetUuidsOk() (*[]string, bool)

GetUuidsOk returns a tuple with the Uuids field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetUuids

func (o *AlertConfigurationApiFilter) SetUuids(v []string)

SetUuids sets Uuids field to given value.

[Back to Model list] [Back to API list] [Back to README]