SLAMiss

Properties

NameTypeDescriptionNotes
TaskIdPointer to stringThe task ID.[optional] [readonly]
DagIdPointer to stringThe DAG ID.[optional]
ExecutionDatePointer to string[optional]
EmailSentPointer to bool[optional]
TimestampPointer to string[optional]
DescriptionPointer to NullableString[optional]
NotificationSentPointer to bool[optional]

Methods

NewSLAMiss

func NewSLAMiss() *SLAMiss

NewSLAMiss instantiates a new SLAMiss 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

NewSLAMissWithDefaults

func NewSLAMissWithDefaults() *SLAMiss

NewSLAMissWithDefaults instantiates a new SLAMiss 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

GetTaskId

func (o *SLAMiss) GetTaskId() string

GetTaskId returns the TaskId field if non-nil, zero value otherwise.

GetTaskIdOk

func (o *SLAMiss) GetTaskIdOk() (*string, bool)

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

SetTaskId

func (o *SLAMiss) SetTaskId(v string)

SetTaskId sets TaskId field to given value.

HasTaskId

func (o *SLAMiss) HasTaskId() bool

HasTaskId returns a boolean if a field has been set.

GetDagId

func (o *SLAMiss) GetDagId() string

GetDagId returns the DagId field if non-nil, zero value otherwise.

GetDagIdOk

func (o *SLAMiss) GetDagIdOk() (*string, bool)

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

SetDagId

func (o *SLAMiss) SetDagId(v string)

SetDagId sets DagId field to given value.

HasDagId

func (o *SLAMiss) HasDagId() bool

HasDagId returns a boolean if a field has been set.

GetExecutionDate

func (o *SLAMiss) GetExecutionDate() string

GetExecutionDate returns the ExecutionDate field if non-nil, zero value otherwise.

GetExecutionDateOk

func (o *SLAMiss) GetExecutionDateOk() (*string, bool)

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

SetExecutionDate

func (o *SLAMiss) SetExecutionDate(v string)

SetExecutionDate sets ExecutionDate field to given value.

HasExecutionDate

func (o *SLAMiss) HasExecutionDate() bool

HasExecutionDate returns a boolean if a field has been set.

GetEmailSent

func (o *SLAMiss) GetEmailSent() bool

GetEmailSent returns the EmailSent field if non-nil, zero value otherwise.

GetEmailSentOk

func (o *SLAMiss) GetEmailSentOk() (*bool, bool)

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

SetEmailSent

func (o *SLAMiss) SetEmailSent(v bool)

SetEmailSent sets EmailSent field to given value.

HasEmailSent

func (o *SLAMiss) HasEmailSent() bool

HasEmailSent returns a boolean if a field has been set.

GetTimestamp

func (o *SLAMiss) GetTimestamp() string

GetTimestamp returns the Timestamp field if non-nil, zero value otherwise.

GetTimestampOk

func (o *SLAMiss) GetTimestampOk() (*string, bool)

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

SetTimestamp

func (o *SLAMiss) SetTimestamp(v string)

SetTimestamp sets Timestamp field to given value.

HasTimestamp

func (o *SLAMiss) HasTimestamp() bool

HasTimestamp returns a boolean if a field has been set.

GetDescription

func (o *SLAMiss) GetDescription() string

GetDescription returns the Description field if non-nil, zero value otherwise.

GetDescriptionOk

func (o *SLAMiss) 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.

SetDescription

func (o *SLAMiss) SetDescription(v string)

SetDescription sets Description field to given value.

HasDescription

func (o *SLAMiss) HasDescription() bool

HasDescription returns a boolean if a field has been set.

SetDescriptionNil

func (o *SLAMiss) SetDescriptionNil(b bool)

SetDescriptionNil sets the value for Description to be an explicit nil

UnsetDescription

func (o *SLAMiss) UnsetDescription()

UnsetDescription ensures that no value is present for Description, not even an explicit nil

GetNotificationSent

func (o *SLAMiss) GetNotificationSent() bool

GetNotificationSent returns the NotificationSent field if non-nil, zero value otherwise.

GetNotificationSentOk

func (o *SLAMiss) GetNotificationSentOk() (*bool, bool)

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

SetNotificationSent

func (o *SLAMiss) SetNotificationSent(v bool)

SetNotificationSent sets NotificationSent field to given value.

HasNotificationSent

func (o *SLAMiss) HasNotificationSent() bool

HasNotificationSent returns a boolean if a field has been set.

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