Skip to content

Latest commit

 

History

History
51 lines (28 loc) · 1.67 KB

AlertMonitorQueryAllOf.md

File metadata and controls

51 lines (28 loc) · 1.67 KB

AlertMonitorQueryAllOf

Properties

Name Type Description Notes
IsTriggerRow bool Indicates whether the current row is the trigger (final) row.

Methods

NewAlertMonitorQueryAllOf

func NewAlertMonitorQueryAllOf(isTriggerRow bool, ) *AlertMonitorQueryAllOf

NewAlertMonitorQueryAllOf instantiates a new AlertMonitorQueryAllOf 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

NewAlertMonitorQueryAllOfWithDefaults

func NewAlertMonitorQueryAllOfWithDefaults() *AlertMonitorQueryAllOf

NewAlertMonitorQueryAllOfWithDefaults instantiates a new AlertMonitorQueryAllOf 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

GetIsTriggerRow

func (o *AlertMonitorQueryAllOf) GetIsTriggerRow() bool

GetIsTriggerRow returns the IsTriggerRow field if non-nil, zero value otherwise.

GetIsTriggerRowOk

func (o *AlertMonitorQueryAllOf) GetIsTriggerRowOk() (*bool, bool)

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

SetIsTriggerRow

func (o *AlertMonitorQueryAllOf) SetIsTriggerRow(v bool)

SetIsTriggerRow sets IsTriggerRow field to given value.

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