Skip to content

Latest commit

 

History

History
129 lines (70 loc) · 4.72 KB

UpdateNetworkAlertsSettingsRequestAlertsInner.md

File metadata and controls

129 lines (70 loc) · 4.72 KB

UpdateNetworkAlertsSettingsRequestAlertsInner

Properties

Name Type Description Notes
Type string The type of alert
Enabled Pointer to bool A boolean depicting if the alert is turned on or off [optional]
AlertDestinations Pointer to UpdateNetworkAlertsSettingsRequestAlertsInnerAlertDestinations [optional]
Filters Pointer to map[string]interface{} A hash of specific configuration data for the alert. Only filters specific to the alert will be updated. [optional]

Methods

NewUpdateNetworkAlertsSettingsRequestAlertsInner

func NewUpdateNetworkAlertsSettingsRequestAlertsInner(type_ string, ) *UpdateNetworkAlertsSettingsRequestAlertsInner

NewUpdateNetworkAlertsSettingsRequestAlertsInner instantiates a new UpdateNetworkAlertsSettingsRequestAlertsInner 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

NewUpdateNetworkAlertsSettingsRequestAlertsInnerWithDefaults

func NewUpdateNetworkAlertsSettingsRequestAlertsInnerWithDefaults() *UpdateNetworkAlertsSettingsRequestAlertsInner

NewUpdateNetworkAlertsSettingsRequestAlertsInnerWithDefaults instantiates a new UpdateNetworkAlertsSettingsRequestAlertsInner 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

GetType

func (o *UpdateNetworkAlertsSettingsRequestAlertsInner) GetType() string

GetType returns the Type field if non-nil, zero value otherwise.

GetTypeOk

func (o *UpdateNetworkAlertsSettingsRequestAlertsInner) GetTypeOk() (*string, bool)

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

SetType

func (o *UpdateNetworkAlertsSettingsRequestAlertsInner) SetType(v string)

SetType sets Type field to given value.

GetEnabled

func (o *UpdateNetworkAlertsSettingsRequestAlertsInner) GetEnabled() bool

GetEnabled returns the Enabled field if non-nil, zero value otherwise.

GetEnabledOk

func (o *UpdateNetworkAlertsSettingsRequestAlertsInner) GetEnabledOk() (*bool, bool)

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

SetEnabled

func (o *UpdateNetworkAlertsSettingsRequestAlertsInner) SetEnabled(v bool)

SetEnabled sets Enabled field to given value.

HasEnabled

func (o *UpdateNetworkAlertsSettingsRequestAlertsInner) HasEnabled() bool

HasEnabled returns a boolean if a field has been set.

GetAlertDestinations

func (o *UpdateNetworkAlertsSettingsRequestAlertsInner) GetAlertDestinations() UpdateNetworkAlertsSettingsRequestAlertsInnerAlertDestinations

GetAlertDestinations returns the AlertDestinations field if non-nil, zero value otherwise.

GetAlertDestinationsOk

func (o *UpdateNetworkAlertsSettingsRequestAlertsInner) GetAlertDestinationsOk() (*UpdateNetworkAlertsSettingsRequestAlertsInnerAlertDestinations, bool)

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

SetAlertDestinations

func (o *UpdateNetworkAlertsSettingsRequestAlertsInner) SetAlertDestinations(v UpdateNetworkAlertsSettingsRequestAlertsInnerAlertDestinations)

SetAlertDestinations sets AlertDestinations field to given value.

HasAlertDestinations

func (o *UpdateNetworkAlertsSettingsRequestAlertsInner) HasAlertDestinations() bool

HasAlertDestinations returns a boolean if a field has been set.

GetFilters

func (o *UpdateNetworkAlertsSettingsRequestAlertsInner) GetFilters() map[string]interface{}

GetFilters returns the Filters field if non-nil, zero value otherwise.

GetFiltersOk

func (o *UpdateNetworkAlertsSettingsRequestAlertsInner) GetFiltersOk() (*map[string]interface{}, bool)

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

SetFilters

func (o *UpdateNetworkAlertsSettingsRequestAlertsInner) SetFilters(v map[string]interface{})

SetFilters sets Filters field to given value.

HasFilters

func (o *UpdateNetworkAlertsSettingsRequestAlertsInner) HasFilters() bool

HasFilters returns a boolean if a field has been set.

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