| Name | Type | Description | Notes |
|---|---|---|---|
| IsCancellable | Pointer to bool | [optional] [readonly] | |
| IsCopyable | Pointer to bool | [optional] [readonly] | |
| IsDeleteable | Pointer to bool | [optional] [readonly] | |
| IsDownloadable | Pointer to bool | [optional] [readonly] | |
| IsMoveable | Pointer to bool | [optional] [readonly] | |
| IsQuarantinable | Pointer to bool | [optional] [readonly] | |
| IsQuarantined | Pointer to bool | [optional] [readonly] | |
| IsResyncable | Pointer to bool | [optional] [readonly] | |
| IsSecurityScannable | Pointer to bool | [optional] [readonly] | |
| IsSyncAwaiting | Pointer to bool | [optional] [readonly] | |
| IsSyncCompleted | Pointer to bool | [optional] [readonly] | |
| IsSyncFailed | Pointer to bool | [optional] [readonly] | |
| IsSyncInFlight | Pointer to bool | [optional] [readonly] | |
| IsSyncInProgress | Pointer to bool | [optional] [readonly] | |
| SelfUrl | Pointer to string | [optional] [readonly] | |
| Stage | Pointer to int64 | The synchronisation (in progress) stage of the package. | [optional] [readonly] |
| StageStr | Pointer to string | [optional] [readonly] | |
| StageUpdatedAt | Pointer to time.Time | The datetime the package stage was updated at. | [optional] [readonly] |
| Status | Pointer to int64 | The synchronisation status of the package. | [optional] [readonly] |
| StatusReason | Pointer to NullableString | A textual description for the synchronous status reason (if any | [optional] [readonly] |
| StatusStr | Pointer to string | [optional] [readonly] | |
| StatusUpdatedAt | Pointer to time.Time | The datetime the package status was updated at. | [optional] [readonly] |
| SyncFinishedAt | Pointer to NullableTime | The datetime the package sync was finished at. | [optional] [readonly] |
| SyncProgress | Pointer to int64 | Synchronisation progress (from 0-100) | [optional] [readonly] |
func NewPackageStatus() *PackageStatus
NewPackageStatus instantiates a new PackageStatus 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 NewPackageStatusWithDefaults() *PackageStatus
NewPackageStatusWithDefaults instantiates a new PackageStatus 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 *PackageStatus) GetIsCancellable() bool
GetIsCancellable returns the IsCancellable field if non-nil, zero value otherwise.
func (o *PackageStatus) GetIsCancellableOk() (*bool, bool)
GetIsCancellableOk returns a tuple with the IsCancellable field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PackageStatus) SetIsCancellable(v bool)
SetIsCancellable sets IsCancellable field to given value.
func (o *PackageStatus) HasIsCancellable() bool
HasIsCancellable returns a boolean if a field has been set.
func (o *PackageStatus) GetIsCopyable() bool
GetIsCopyable returns the IsCopyable field if non-nil, zero value otherwise.
func (o *PackageStatus) GetIsCopyableOk() (*bool, bool)
GetIsCopyableOk returns a tuple with the IsCopyable field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PackageStatus) SetIsCopyable(v bool)
SetIsCopyable sets IsCopyable field to given value.
func (o *PackageStatus) HasIsCopyable() bool
HasIsCopyable returns a boolean if a field has been set.
func (o *PackageStatus) GetIsDeleteable() bool
GetIsDeleteable returns the IsDeleteable field if non-nil, zero value otherwise.
func (o *PackageStatus) GetIsDeleteableOk() (*bool, bool)
GetIsDeleteableOk returns a tuple with the IsDeleteable field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PackageStatus) SetIsDeleteable(v bool)
SetIsDeleteable sets IsDeleteable field to given value.
func (o *PackageStatus) HasIsDeleteable() bool
HasIsDeleteable returns a boolean if a field has been set.
func (o *PackageStatus) GetIsDownloadable() bool
GetIsDownloadable returns the IsDownloadable field if non-nil, zero value otherwise.
func (o *PackageStatus) GetIsDownloadableOk() (*bool, bool)
GetIsDownloadableOk returns a tuple with the IsDownloadable field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PackageStatus) SetIsDownloadable(v bool)
SetIsDownloadable sets IsDownloadable field to given value.
func (o *PackageStatus) HasIsDownloadable() bool
HasIsDownloadable returns a boolean if a field has been set.
func (o *PackageStatus) GetIsMoveable() bool
GetIsMoveable returns the IsMoveable field if non-nil, zero value otherwise.
func (o *PackageStatus) GetIsMoveableOk() (*bool, bool)
GetIsMoveableOk returns a tuple with the IsMoveable field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PackageStatus) SetIsMoveable(v bool)
SetIsMoveable sets IsMoveable field to given value.
func (o *PackageStatus) HasIsMoveable() bool
HasIsMoveable returns a boolean if a field has been set.
func (o *PackageStatus) GetIsQuarantinable() bool
GetIsQuarantinable returns the IsQuarantinable field if non-nil, zero value otherwise.
func (o *PackageStatus) GetIsQuarantinableOk() (*bool, bool)
GetIsQuarantinableOk returns a tuple with the IsQuarantinable field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PackageStatus) SetIsQuarantinable(v bool)
SetIsQuarantinable sets IsQuarantinable field to given value.
func (o *PackageStatus) HasIsQuarantinable() bool
HasIsQuarantinable returns a boolean if a field has been set.
func (o *PackageStatus) GetIsQuarantined() bool
GetIsQuarantined returns the IsQuarantined field if non-nil, zero value otherwise.
func (o *PackageStatus) GetIsQuarantinedOk() (*bool, bool)
GetIsQuarantinedOk returns a tuple with the IsQuarantined field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PackageStatus) SetIsQuarantined(v bool)
SetIsQuarantined sets IsQuarantined field to given value.
func (o *PackageStatus) HasIsQuarantined() bool
HasIsQuarantined returns a boolean if a field has been set.
func (o *PackageStatus) GetIsResyncable() bool
GetIsResyncable returns the IsResyncable field if non-nil, zero value otherwise.
func (o *PackageStatus) GetIsResyncableOk() (*bool, bool)
GetIsResyncableOk returns a tuple with the IsResyncable field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PackageStatus) SetIsResyncable(v bool)
SetIsResyncable sets IsResyncable field to given value.
func (o *PackageStatus) HasIsResyncable() bool
HasIsResyncable returns a boolean if a field has been set.
func (o *PackageStatus) GetIsSecurityScannable() bool
GetIsSecurityScannable returns the IsSecurityScannable field if non-nil, zero value otherwise.
func (o *PackageStatus) GetIsSecurityScannableOk() (*bool, bool)
GetIsSecurityScannableOk returns a tuple with the IsSecurityScannable field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PackageStatus) SetIsSecurityScannable(v bool)
SetIsSecurityScannable sets IsSecurityScannable field to given value.
func (o *PackageStatus) HasIsSecurityScannable() bool
HasIsSecurityScannable returns a boolean if a field has been set.
func (o *PackageStatus) GetIsSyncAwaiting() bool
GetIsSyncAwaiting returns the IsSyncAwaiting field if non-nil, zero value otherwise.
func (o *PackageStatus) GetIsSyncAwaitingOk() (*bool, bool)
GetIsSyncAwaitingOk returns a tuple with the IsSyncAwaiting field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PackageStatus) SetIsSyncAwaiting(v bool)
SetIsSyncAwaiting sets IsSyncAwaiting field to given value.
func (o *PackageStatus) HasIsSyncAwaiting() bool
HasIsSyncAwaiting returns a boolean if a field has been set.
func (o *PackageStatus) GetIsSyncCompleted() bool
GetIsSyncCompleted returns the IsSyncCompleted field if non-nil, zero value otherwise.
func (o *PackageStatus) GetIsSyncCompletedOk() (*bool, bool)
GetIsSyncCompletedOk returns a tuple with the IsSyncCompleted field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PackageStatus) SetIsSyncCompleted(v bool)
SetIsSyncCompleted sets IsSyncCompleted field to given value.
func (o *PackageStatus) HasIsSyncCompleted() bool
HasIsSyncCompleted returns a boolean if a field has been set.
func (o *PackageStatus) GetIsSyncFailed() bool
GetIsSyncFailed returns the IsSyncFailed field if non-nil, zero value otherwise.
func (o *PackageStatus) GetIsSyncFailedOk() (*bool, bool)
GetIsSyncFailedOk returns a tuple with the IsSyncFailed field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PackageStatus) SetIsSyncFailed(v bool)
SetIsSyncFailed sets IsSyncFailed field to given value.
func (o *PackageStatus) HasIsSyncFailed() bool
HasIsSyncFailed returns a boolean if a field has been set.
func (o *PackageStatus) GetIsSyncInFlight() bool
GetIsSyncInFlight returns the IsSyncInFlight field if non-nil, zero value otherwise.
func (o *PackageStatus) GetIsSyncInFlightOk() (*bool, bool)
GetIsSyncInFlightOk returns a tuple with the IsSyncInFlight field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PackageStatus) SetIsSyncInFlight(v bool)
SetIsSyncInFlight sets IsSyncInFlight field to given value.
func (o *PackageStatus) HasIsSyncInFlight() bool
HasIsSyncInFlight returns a boolean if a field has been set.
func (o *PackageStatus) GetIsSyncInProgress() bool
GetIsSyncInProgress returns the IsSyncInProgress field if non-nil, zero value otherwise.
func (o *PackageStatus) GetIsSyncInProgressOk() (*bool, bool)
GetIsSyncInProgressOk returns a tuple with the IsSyncInProgress field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PackageStatus) SetIsSyncInProgress(v bool)
SetIsSyncInProgress sets IsSyncInProgress field to given value.
func (o *PackageStatus) HasIsSyncInProgress() bool
HasIsSyncInProgress returns a boolean if a field has been set.
func (o *PackageStatus) GetSelfUrl() string
GetSelfUrl returns the SelfUrl field if non-nil, zero value otherwise.
func (o *PackageStatus) GetSelfUrlOk() (*string, bool)
GetSelfUrlOk returns a tuple with the SelfUrl field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PackageStatus) SetSelfUrl(v string)
SetSelfUrl sets SelfUrl field to given value.
func (o *PackageStatus) HasSelfUrl() bool
HasSelfUrl returns a boolean if a field has been set.
func (o *PackageStatus) GetStage() int64
GetStage returns the Stage field if non-nil, zero value otherwise.
func (o *PackageStatus) GetStageOk() (*int64, bool)
GetStageOk returns a tuple with the Stage field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PackageStatus) SetStage(v int64)
SetStage sets Stage field to given value.
func (o *PackageStatus) HasStage() bool
HasStage returns a boolean if a field has been set.
func (o *PackageStatus) GetStageStr() string
GetStageStr returns the StageStr field if non-nil, zero value otherwise.
func (o *PackageStatus) GetStageStrOk() (*string, bool)
GetStageStrOk returns a tuple with the StageStr field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PackageStatus) SetStageStr(v string)
SetStageStr sets StageStr field to given value.
func (o *PackageStatus) HasStageStr() bool
HasStageStr returns a boolean if a field has been set.
func (o *PackageStatus) GetStageUpdatedAt() time.Time
GetStageUpdatedAt returns the StageUpdatedAt field if non-nil, zero value otherwise.
func (o *PackageStatus) GetStageUpdatedAtOk() (*time.Time, bool)
GetStageUpdatedAtOk returns a tuple with the StageUpdatedAt field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PackageStatus) SetStageUpdatedAt(v time.Time)
SetStageUpdatedAt sets StageUpdatedAt field to given value.
func (o *PackageStatus) HasStageUpdatedAt() bool
HasStageUpdatedAt returns a boolean if a field has been set.
func (o *PackageStatus) GetStatus() int64
GetStatus returns the Status field if non-nil, zero value otherwise.
func (o *PackageStatus) GetStatusOk() (*int64, bool)
GetStatusOk returns a tuple with the Status field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PackageStatus) SetStatus(v int64)
SetStatus sets Status field to given value.
func (o *PackageStatus) HasStatus() bool
HasStatus returns a boolean if a field has been set.
func (o *PackageStatus) GetStatusReason() string
GetStatusReason returns the StatusReason field if non-nil, zero value otherwise.
func (o *PackageStatus) GetStatusReasonOk() (*string, bool)
GetStatusReasonOk returns a tuple with the StatusReason field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PackageStatus) SetStatusReason(v string)
SetStatusReason sets StatusReason field to given value.
func (o *PackageStatus) HasStatusReason() bool
HasStatusReason returns a boolean if a field has been set.
func (o *PackageStatus) SetStatusReasonNil(b bool)
SetStatusReasonNil sets the value for StatusReason to be an explicit nil
func (o *PackageStatus) UnsetStatusReason()
UnsetStatusReason ensures that no value is present for StatusReason, not even an explicit nil
func (o *PackageStatus) GetStatusStr() string
GetStatusStr returns the StatusStr field if non-nil, zero value otherwise.
func (o *PackageStatus) GetStatusStrOk() (*string, bool)
GetStatusStrOk returns a tuple with the StatusStr field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PackageStatus) SetStatusStr(v string)
SetStatusStr sets StatusStr field to given value.
func (o *PackageStatus) HasStatusStr() bool
HasStatusStr returns a boolean if a field has been set.
func (o *PackageStatus) GetStatusUpdatedAt() time.Time
GetStatusUpdatedAt returns the StatusUpdatedAt field if non-nil, zero value otherwise.
func (o *PackageStatus) GetStatusUpdatedAtOk() (*time.Time, bool)
GetStatusUpdatedAtOk returns a tuple with the StatusUpdatedAt field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PackageStatus) SetStatusUpdatedAt(v time.Time)
SetStatusUpdatedAt sets StatusUpdatedAt field to given value.
func (o *PackageStatus) HasStatusUpdatedAt() bool
HasStatusUpdatedAt returns a boolean if a field has been set.
func (o *PackageStatus) GetSyncFinishedAt() time.Time
GetSyncFinishedAt returns the SyncFinishedAt field if non-nil, zero value otherwise.
func (o *PackageStatus) GetSyncFinishedAtOk() (*time.Time, bool)
GetSyncFinishedAtOk returns a tuple with the SyncFinishedAt field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PackageStatus) SetSyncFinishedAt(v time.Time)
SetSyncFinishedAt sets SyncFinishedAt field to given value.
func (o *PackageStatus) HasSyncFinishedAt() bool
HasSyncFinishedAt returns a boolean if a field has been set.
func (o *PackageStatus) SetSyncFinishedAtNil(b bool)
SetSyncFinishedAtNil sets the value for SyncFinishedAt to be an explicit nil
func (o *PackageStatus) UnsetSyncFinishedAt()
UnsetSyncFinishedAt ensures that no value is present for SyncFinishedAt, not even an explicit nil
func (o *PackageStatus) GetSyncProgress() int64
GetSyncProgress returns the SyncProgress field if non-nil, zero value otherwise.
func (o *PackageStatus) GetSyncProgressOk() (*int64, bool)
GetSyncProgressOk returns a tuple with the SyncProgress field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PackageStatus) SetSyncProgress(v int64)
SetSyncProgress sets SyncProgress field to given value.
func (o *PackageStatus) HasSyncProgress() bool
HasSyncProgress returns a boolean if a field has been set.