Name | Type | Description | Notes |
---|---|---|---|
AlertId | string | ||
Condition | QueryCondition | ||
Description | Pointer to NullableString | [optional] | |
Enabled | bool | ||
FolderId | string | ||
FolderName | string | ||
LastSatisfiedAt | Pointer to NullableInt64 | [optional] | |
LastTriggeredAt | Pointer to NullableInt64 | [optional] | |
Name | string | ||
Owner | Pointer to NullableString | [optional] |
func NewListAlertsResponseBodyItem(alertId string, condition QueryCondition, enabled bool, folderId string, folderName string, name string, ) *ListAlertsResponseBodyItem
NewListAlertsResponseBodyItem instantiates a new ListAlertsResponseBodyItem 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 NewListAlertsResponseBodyItemWithDefaults() *ListAlertsResponseBodyItem
NewListAlertsResponseBodyItemWithDefaults instantiates a new ListAlertsResponseBodyItem 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 *ListAlertsResponseBodyItem) GetAlertId() string
GetAlertId returns the AlertId field if non-nil, zero value otherwise.
func (o *ListAlertsResponseBodyItem) 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.
func (o *ListAlertsResponseBodyItem) SetAlertId(v string)
SetAlertId sets AlertId field to given value.
func (o *ListAlertsResponseBodyItem) GetCondition() QueryCondition
GetCondition returns the Condition field if non-nil, zero value otherwise.
func (o *ListAlertsResponseBodyItem) GetConditionOk() (*QueryCondition, bool)
GetConditionOk returns a tuple with the Condition field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ListAlertsResponseBodyItem) SetCondition(v QueryCondition)
SetCondition sets Condition field to given value.
func (o *ListAlertsResponseBodyItem) GetDescription() string
GetDescription returns the Description field if non-nil, zero value otherwise.
func (o *ListAlertsResponseBodyItem) GetDescriptionOk() (*string, bool)
GetDescriptionOk returns a tuple with the Description field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ListAlertsResponseBodyItem) SetDescription(v string)
SetDescription sets Description field to given value.
func (o *ListAlertsResponseBodyItem) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (o *ListAlertsResponseBodyItem) SetDescriptionNil(b bool)
SetDescriptionNil sets the value for Description to be an explicit nil
func (o *ListAlertsResponseBodyItem) UnsetDescription()
UnsetDescription ensures that no value is present for Description, not even an explicit nil
func (o *ListAlertsResponseBodyItem) GetEnabled() bool
GetEnabled returns the Enabled field if non-nil, zero value otherwise.
func (o *ListAlertsResponseBodyItem) 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.
func (o *ListAlertsResponseBodyItem) SetEnabled(v bool)
SetEnabled sets Enabled field to given value.
func (o *ListAlertsResponseBodyItem) GetFolderId() string
GetFolderId returns the FolderId field if non-nil, zero value otherwise.
func (o *ListAlertsResponseBodyItem) GetFolderIdOk() (*string, bool)
GetFolderIdOk returns a tuple with the FolderId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ListAlertsResponseBodyItem) SetFolderId(v string)
SetFolderId sets FolderId field to given value.
func (o *ListAlertsResponseBodyItem) GetFolderName() string
GetFolderName returns the FolderName field if non-nil, zero value otherwise.
func (o *ListAlertsResponseBodyItem) GetFolderNameOk() (*string, bool)
GetFolderNameOk returns a tuple with the FolderName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ListAlertsResponseBodyItem) SetFolderName(v string)
SetFolderName sets FolderName field to given value.
func (o *ListAlertsResponseBodyItem) GetLastSatisfiedAt() int64
GetLastSatisfiedAt returns the LastSatisfiedAt field if non-nil, zero value otherwise.
func (o *ListAlertsResponseBodyItem) GetLastSatisfiedAtOk() (*int64, bool)
GetLastSatisfiedAtOk returns a tuple with the LastSatisfiedAt field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ListAlertsResponseBodyItem) SetLastSatisfiedAt(v int64)
SetLastSatisfiedAt sets LastSatisfiedAt field to given value.
func (o *ListAlertsResponseBodyItem) HasLastSatisfiedAt() bool
HasLastSatisfiedAt returns a boolean if a field has been set.
func (o *ListAlertsResponseBodyItem) SetLastSatisfiedAtNil(b bool)
SetLastSatisfiedAtNil sets the value for LastSatisfiedAt to be an explicit nil
func (o *ListAlertsResponseBodyItem) UnsetLastSatisfiedAt()
UnsetLastSatisfiedAt ensures that no value is present for LastSatisfiedAt, not even an explicit nil
func (o *ListAlertsResponseBodyItem) GetLastTriggeredAt() int64
GetLastTriggeredAt returns the LastTriggeredAt field if non-nil, zero value otherwise.
func (o *ListAlertsResponseBodyItem) GetLastTriggeredAtOk() (*int64, bool)
GetLastTriggeredAtOk returns a tuple with the LastTriggeredAt field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ListAlertsResponseBodyItem) SetLastTriggeredAt(v int64)
SetLastTriggeredAt sets LastTriggeredAt field to given value.
func (o *ListAlertsResponseBodyItem) HasLastTriggeredAt() bool
HasLastTriggeredAt returns a boolean if a field has been set.
func (o *ListAlertsResponseBodyItem) SetLastTriggeredAtNil(b bool)
SetLastTriggeredAtNil sets the value for LastTriggeredAt to be an explicit nil
func (o *ListAlertsResponseBodyItem) UnsetLastTriggeredAt()
UnsetLastTriggeredAt ensures that no value is present for LastTriggeredAt, not even an explicit nil
func (o *ListAlertsResponseBodyItem) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *ListAlertsResponseBodyItem) 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 *ListAlertsResponseBodyItem) SetName(v string)
SetName sets Name field to given value.
func (o *ListAlertsResponseBodyItem) GetOwner() string
GetOwner returns the Owner field if non-nil, zero value otherwise.
func (o *ListAlertsResponseBodyItem) GetOwnerOk() (*string, bool)
GetOwnerOk returns a tuple with the Owner field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ListAlertsResponseBodyItem) SetOwner(v string)
SetOwner sets Owner field to given value.
func (o *ListAlertsResponseBodyItem) HasOwner() bool
HasOwner returns a boolean if a field has been set.
func (o *ListAlertsResponseBodyItem) SetOwnerNil(b bool)
SetOwnerNil sets the value for Owner to be an explicit nil
func (o *ListAlertsResponseBodyItem) UnsetOwner()
UnsetOwner ensures that no value is present for Owner, not even an explicit nil