Skip to content

Latest commit

 

History

History
51 lines (28 loc) · 1.51 KB

AlertSignalContext.md

File metadata and controls

51 lines (28 loc) · 1.51 KB

AlertSignalContext

Properties

Name Type Description Notes
AlertId string Alert Identifier.

Methods

NewAlertSignalContext

func NewAlertSignalContext(alertId string, ) *AlertSignalContext

NewAlertSignalContext instantiates a new AlertSignalContext 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

NewAlertSignalContextWithDefaults

func NewAlertSignalContextWithDefaults() *AlertSignalContext

NewAlertSignalContextWithDefaults instantiates a new AlertSignalContext 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

GetAlertId

func (o *AlertSignalContext) GetAlertId() string

GetAlertId returns the AlertId field if non-nil, zero value otherwise.

GetAlertIdOk

func (o *AlertSignalContext) GetAlertIdOk() (*string, bool)

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

SetAlertId

func (o *AlertSignalContext) SetAlertId(v string)

SetAlertId sets AlertId field to given value.

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