Name | Type | Description | Notes |
---|---|---|---|
Updated | Pointer to int32 | [optional] | |
Added | Pointer to int32 | [optional] | |
Failed | Pointer to int32 | [optional] | |
Skipped | Pointer to int32 | [optional] | |
Unchanged | Pointer to int32 | [optional] | |
Canceled | Pointer to int32 | [optional] | |
Processing | Pointer to int32 | [optional] |
func NewConnectorRunLogsPortionDetailsObjects() *ConnectorRunLogsPortionDetailsObjects
NewConnectorRunLogsPortionDetailsObjects instantiates a new ConnectorRunLogsPortionDetailsObjects 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 NewConnectorRunLogsPortionDetailsObjectsWithDefaults() *ConnectorRunLogsPortionDetailsObjects
NewConnectorRunLogsPortionDetailsObjectsWithDefaults instantiates a new ConnectorRunLogsPortionDetailsObjects 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 *ConnectorRunLogsPortionDetailsObjects) GetUpdated() int32
GetUpdated returns the Updated field if non-nil, zero value otherwise.
func (o *ConnectorRunLogsPortionDetailsObjects) GetUpdatedOk() (*int32, bool)
GetUpdatedOk returns a tuple with the Updated field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ConnectorRunLogsPortionDetailsObjects) SetUpdated(v int32)
SetUpdated sets Updated field to given value.
func (o *ConnectorRunLogsPortionDetailsObjects) HasUpdated() bool
HasUpdated returns a boolean if a field has been set.
func (o *ConnectorRunLogsPortionDetailsObjects) GetAdded() int32
GetAdded returns the Added field if non-nil, zero value otherwise.
func (o *ConnectorRunLogsPortionDetailsObjects) GetAddedOk() (*int32, bool)
GetAddedOk returns a tuple with the Added field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ConnectorRunLogsPortionDetailsObjects) SetAdded(v int32)
SetAdded sets Added field to given value.
func (o *ConnectorRunLogsPortionDetailsObjects) HasAdded() bool
HasAdded returns a boolean if a field has been set.
func (o *ConnectorRunLogsPortionDetailsObjects) GetFailed() int32
GetFailed returns the Failed field if non-nil, zero value otherwise.
func (o *ConnectorRunLogsPortionDetailsObjects) GetFailedOk() (*int32, bool)
GetFailedOk returns a tuple with the Failed field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ConnectorRunLogsPortionDetailsObjects) SetFailed(v int32)
SetFailed sets Failed field to given value.
func (o *ConnectorRunLogsPortionDetailsObjects) HasFailed() bool
HasFailed returns a boolean if a field has been set.
func (o *ConnectorRunLogsPortionDetailsObjects) GetSkipped() int32
GetSkipped returns the Skipped field if non-nil, zero value otherwise.
func (o *ConnectorRunLogsPortionDetailsObjects) GetSkippedOk() (*int32, bool)
GetSkippedOk returns a tuple with the Skipped field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ConnectorRunLogsPortionDetailsObjects) SetSkipped(v int32)
SetSkipped sets Skipped field to given value.
func (o *ConnectorRunLogsPortionDetailsObjects) HasSkipped() bool
HasSkipped returns a boolean if a field has been set.
func (o *ConnectorRunLogsPortionDetailsObjects) GetUnchanged() int32
GetUnchanged returns the Unchanged field if non-nil, zero value otherwise.
func (o *ConnectorRunLogsPortionDetailsObjects) GetUnchangedOk() (*int32, bool)
GetUnchangedOk returns a tuple with the Unchanged field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ConnectorRunLogsPortionDetailsObjects) SetUnchanged(v int32)
SetUnchanged sets Unchanged field to given value.
func (o *ConnectorRunLogsPortionDetailsObjects) HasUnchanged() bool
HasUnchanged returns a boolean if a field has been set.
func (o *ConnectorRunLogsPortionDetailsObjects) GetCanceled() int32
GetCanceled returns the Canceled field if non-nil, zero value otherwise.
func (o *ConnectorRunLogsPortionDetailsObjects) GetCanceledOk() (*int32, bool)
GetCanceledOk returns a tuple with the Canceled field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ConnectorRunLogsPortionDetailsObjects) SetCanceled(v int32)
SetCanceled sets Canceled field to given value.
func (o *ConnectorRunLogsPortionDetailsObjects) HasCanceled() bool
HasCanceled returns a boolean if a field has been set.
func (o *ConnectorRunLogsPortionDetailsObjects) GetProcessing() int32
GetProcessing returns the Processing field if non-nil, zero value otherwise.
func (o *ConnectorRunLogsPortionDetailsObjects) GetProcessingOk() (*int32, bool)
GetProcessingOk returns a tuple with the Processing field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ConnectorRunLogsPortionDetailsObjects) SetProcessing(v int32)
SetProcessing sets Processing field to given value.
func (o *ConnectorRunLogsPortionDetailsObjects) HasProcessing() bool
HasProcessing returns a boolean if a field has been set.