Name | Type | Description | Notes |
---|---|---|---|
ApplicationId | Pointer to int32 | The ID of the application that catalog items labels belongs to. | |
CurrentBatch | Pointer to int32 | The batch number of the notification. Notifications might be sent in different batches. | |
TotalBatches | Pointer to int32 | The total number of batches for the notification. | |
Trigger | Pointer to StrikethroughTrigger | ||
ChangedItems | Pointer to []StrikethroughChangedItem |
func (o *StrikethroughLabelingNotification) GetApplicationId() int32
GetApplicationId returns the ApplicationId field if non-nil, zero value otherwise.
func (o *StrikethroughLabelingNotification) GetApplicationIdOk() (int32, bool)
GetApplicationIdOk returns a tuple with the ApplicationId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *StrikethroughLabelingNotification) HasApplicationId() bool
HasApplicationId returns a boolean if a field has been set.
func (o *StrikethroughLabelingNotification) SetApplicationId(v int32)
SetApplicationId gets a reference to the given int32 and assigns it to the ApplicationId field.
func (o *StrikethroughLabelingNotification) GetCurrentBatch() int32
GetCurrentBatch returns the CurrentBatch field if non-nil, zero value otherwise.
func (o *StrikethroughLabelingNotification) GetCurrentBatchOk() (int32, bool)
GetCurrentBatchOk returns a tuple with the CurrentBatch field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *StrikethroughLabelingNotification) HasCurrentBatch() bool
HasCurrentBatch returns a boolean if a field has been set.
func (o *StrikethroughLabelingNotification) SetCurrentBatch(v int32)
SetCurrentBatch gets a reference to the given int32 and assigns it to the CurrentBatch field.
func (o *StrikethroughLabelingNotification) GetTotalBatches() int32
GetTotalBatches returns the TotalBatches field if non-nil, zero value otherwise.
func (o *StrikethroughLabelingNotification) GetTotalBatchesOk() (int32, bool)
GetTotalBatchesOk returns a tuple with the TotalBatches field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *StrikethroughLabelingNotification) HasTotalBatches() bool
HasTotalBatches returns a boolean if a field has been set.
func (o *StrikethroughLabelingNotification) SetTotalBatches(v int32)
SetTotalBatches gets a reference to the given int32 and assigns it to the TotalBatches field.
func (o *StrikethroughLabelingNotification) GetTrigger() StrikethroughTrigger
GetTrigger returns the Trigger field if non-nil, zero value otherwise.
func (o *StrikethroughLabelingNotification) GetTriggerOk() (StrikethroughTrigger, bool)
GetTriggerOk returns a tuple with the Trigger field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *StrikethroughLabelingNotification) HasTrigger() bool
HasTrigger returns a boolean if a field has been set.
func (o *StrikethroughLabelingNotification) SetTrigger(v StrikethroughTrigger)
SetTrigger gets a reference to the given StrikethroughTrigger and assigns it to the Trigger field.
func (o *StrikethroughLabelingNotification) GetChangedItems() []StrikethroughChangedItem
GetChangedItems returns the ChangedItems field if non-nil, zero value otherwise.
func (o *StrikethroughLabelingNotification) GetChangedItemsOk() ([]StrikethroughChangedItem, bool)
GetChangedItemsOk returns a tuple with the ChangedItems field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *StrikethroughLabelingNotification) HasChangedItems() bool
HasChangedItems returns a boolean if a field has been set.
func (o *StrikethroughLabelingNotification) SetChangedItems(v []StrikethroughChangedItem)
SetChangedItems gets a reference to the given []StrikethroughChangedItem and assigns it to the ChangedItems field.