Skip to content

Latest commit

 

History

History
72 lines (39 loc) · 2.34 KB

AlertDefinitionMonitorGroup.md

File metadata and controls

72 lines (39 loc) · 2.34 KB

AlertDefinitionMonitorGroup

Properties

Name Type Description Notes
AlertDefinition string
MonitorGroup string

Methods

NewAlertDefinitionMonitorGroup

func NewAlertDefinitionMonitorGroup(alertDefinition string, monitorGroup string, ) *AlertDefinitionMonitorGroup

NewAlertDefinitionMonitorGroup instantiates a new AlertDefinitionMonitorGroup 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

NewAlertDefinitionMonitorGroupWithDefaults

func NewAlertDefinitionMonitorGroupWithDefaults() *AlertDefinitionMonitorGroup

NewAlertDefinitionMonitorGroupWithDefaults instantiates a new AlertDefinitionMonitorGroup 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

GetAlertDefinition

func (o *AlertDefinitionMonitorGroup) GetAlertDefinition() string

GetAlertDefinition returns the AlertDefinition field if non-nil, zero value otherwise.

GetAlertDefinitionOk

func (o *AlertDefinitionMonitorGroup) GetAlertDefinitionOk() (*string, bool)

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

SetAlertDefinition

func (o *AlertDefinitionMonitorGroup) SetAlertDefinition(v string)

SetAlertDefinition sets AlertDefinition field to given value.

GetMonitorGroup

func (o *AlertDefinitionMonitorGroup) GetMonitorGroup() string

GetMonitorGroup returns the MonitorGroup field if non-nil, zero value otherwise.

GetMonitorGroupOk

func (o *AlertDefinitionMonitorGroup) GetMonitorGroupOk() (*string, bool)

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

SetMonitorGroup

func (o *AlertDefinitionMonitorGroup) SetMonitorGroup(v string)

SetMonitorGroup sets MonitorGroup field to given value.

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