Skip to content

Latest commit

 

History

History
212 lines (115 loc) · 6.18 KB

ConnectorRunLogsPortionDetailsObjects.md

File metadata and controls

212 lines (115 loc) · 6.18 KB

ConnectorRunLogsPortionDetailsObjects

Properties

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]

Methods

NewConnectorRunLogsPortionDetailsObjects

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

NewConnectorRunLogsPortionDetailsObjectsWithDefaults

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

GetUpdated

func (o *ConnectorRunLogsPortionDetailsObjects) GetUpdated() int32

GetUpdated returns the Updated field if non-nil, zero value otherwise.

GetUpdatedOk

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.

SetUpdated

func (o *ConnectorRunLogsPortionDetailsObjects) SetUpdated(v int32)

SetUpdated sets Updated field to given value.

HasUpdated

func (o *ConnectorRunLogsPortionDetailsObjects) HasUpdated() bool

HasUpdated returns a boolean if a field has been set.

GetAdded

func (o *ConnectorRunLogsPortionDetailsObjects) GetAdded() int32

GetAdded returns the Added field if non-nil, zero value otherwise.

GetAddedOk

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.

SetAdded

func (o *ConnectorRunLogsPortionDetailsObjects) SetAdded(v int32)

SetAdded sets Added field to given value.

HasAdded

func (o *ConnectorRunLogsPortionDetailsObjects) HasAdded() bool

HasAdded returns a boolean if a field has been set.

GetFailed

func (o *ConnectorRunLogsPortionDetailsObjects) GetFailed() int32

GetFailed returns the Failed field if non-nil, zero value otherwise.

GetFailedOk

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.

SetFailed

func (o *ConnectorRunLogsPortionDetailsObjects) SetFailed(v int32)

SetFailed sets Failed field to given value.

HasFailed

func (o *ConnectorRunLogsPortionDetailsObjects) HasFailed() bool

HasFailed returns a boolean if a field has been set.

GetSkipped

func (o *ConnectorRunLogsPortionDetailsObjects) GetSkipped() int32

GetSkipped returns the Skipped field if non-nil, zero value otherwise.

GetSkippedOk

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.

SetSkipped

func (o *ConnectorRunLogsPortionDetailsObjects) SetSkipped(v int32)

SetSkipped sets Skipped field to given value.

HasSkipped

func (o *ConnectorRunLogsPortionDetailsObjects) HasSkipped() bool

HasSkipped returns a boolean if a field has been set.

GetUnchanged

func (o *ConnectorRunLogsPortionDetailsObjects) GetUnchanged() int32

GetUnchanged returns the Unchanged field if non-nil, zero value otherwise.

GetUnchangedOk

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.

SetUnchanged

func (o *ConnectorRunLogsPortionDetailsObjects) SetUnchanged(v int32)

SetUnchanged sets Unchanged field to given value.

HasUnchanged

func (o *ConnectorRunLogsPortionDetailsObjects) HasUnchanged() bool

HasUnchanged returns a boolean if a field has been set.

GetCanceled

func (o *ConnectorRunLogsPortionDetailsObjects) GetCanceled() int32

GetCanceled returns the Canceled field if non-nil, zero value otherwise.

GetCanceledOk

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.

SetCanceled

func (o *ConnectorRunLogsPortionDetailsObjects) SetCanceled(v int32)

SetCanceled sets Canceled field to given value.

HasCanceled

func (o *ConnectorRunLogsPortionDetailsObjects) HasCanceled() bool

HasCanceled returns a boolean if a field has been set.

GetProcessing

func (o *ConnectorRunLogsPortionDetailsObjects) GetProcessing() int32

GetProcessing returns the Processing field if non-nil, zero value otherwise.

GetProcessingOk

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.

SetProcessing

func (o *ConnectorRunLogsPortionDetailsObjects) SetProcessing(v int32)

SetProcessing sets Processing field to given value.

HasProcessing

func (o *ConnectorRunLogsPortionDetailsObjects) HasProcessing() bool

HasProcessing returns a boolean if a field has been set.

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