Name | Type | Description | Notes |
---|---|---|---|
Active | bool | ||
DestinationType | string | ||
DestinationUuid | string | ||
Name | string | ||
Severity | string | ||
Target | AlertConfigurationTarget | ||
TargetType | string | ||
Template | string | ||
Uuids | []string |
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
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
func (o *AlertConfigurationApiFilter) GetActive() bool
GetActive returns the Active field if non-nil, zero value otherwise.
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.
func (o *AlertConfigurationApiFilter) SetActive(v bool)
SetActive sets Active field to given value.
func (o *AlertConfigurationApiFilter) GetDestinationType() string
GetDestinationType returns the DestinationType field if non-nil, zero value otherwise.
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.
func (o *AlertConfigurationApiFilter) SetDestinationType(v string)
SetDestinationType sets DestinationType field to given value.
func (o *AlertConfigurationApiFilter) GetDestinationUuid() string
GetDestinationUuid returns the DestinationUuid field if non-nil, zero value otherwise.
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.
func (o *AlertConfigurationApiFilter) SetDestinationUuid(v string)
SetDestinationUuid sets DestinationUuid field to given value.
func (o *AlertConfigurationApiFilter) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
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.
func (o *AlertConfigurationApiFilter) SetName(v string)
SetName sets Name field to given value.
func (o *AlertConfigurationApiFilter) GetSeverity() string
GetSeverity returns the Severity field if non-nil, zero value otherwise.
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.
func (o *AlertConfigurationApiFilter) SetSeverity(v string)
SetSeverity sets Severity field to given value.
func (o *AlertConfigurationApiFilter) GetTarget() AlertConfigurationTarget
GetTarget returns the Target field if non-nil, zero value otherwise.
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.
func (o *AlertConfigurationApiFilter) SetTarget(v AlertConfigurationTarget)
SetTarget sets Target field to given value.
func (o *AlertConfigurationApiFilter) GetTargetType() string
GetTargetType returns the TargetType field if non-nil, zero value otherwise.
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.
func (o *AlertConfigurationApiFilter) SetTargetType(v string)
SetTargetType sets TargetType field to given value.
func (o *AlertConfigurationApiFilter) GetTemplate() string
GetTemplate returns the Template field if non-nil, zero value otherwise.
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.
func (o *AlertConfigurationApiFilter) SetTemplate(v string)
SetTemplate sets Template field to given value.
func (o *AlertConfigurationApiFilter) GetUuids() []string
GetUuids returns the Uuids field if non-nil, zero value otherwise.
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.
func (o *AlertConfigurationApiFilter) SetUuids(v []string)
SetUuids sets Uuids field to given value.