Name | Type | Description | Notes |
---|---|---|---|
Architectures | Pointer to []Architecture | [optional] [readonly] | |
CdnUrl | Pointer to NullableString | [optional] [readonly] | |
ChecksumMd5 | Pointer to string | [optional] [readonly] | |
ChecksumSha1 | Pointer to string | [optional] [readonly] | |
ChecksumSha256 | Pointer to string | [optional] [readonly] | |
ChecksumSha512 | Pointer to string | [optional] [readonly] | |
DependenciesChecksumMd5 | Pointer to NullableString | A checksum of all of the package's dependencies. | [optional] [readonly] |
DependenciesUrl | Pointer to string | [optional] [readonly] | |
Description | Pointer to NullableString | A textual description of this package. | [optional] [readonly] |
DisplayName | Pointer to string | [optional] [readonly] | |
Distro | Pointer to NullableDistribution | [optional] | |
DistroVersion | Pointer to DistributionVersion | [optional] | |
Downloads | Pointer to int64 | [optional] [readonly] | |
Epoch | Pointer to NullableInt64 | The epoch of the package version (if any). | [optional] [readonly] |
Extension | Pointer to string | [optional] [readonly] | |
Filename | Pointer to string | [optional] [readonly] | |
Files | Pointer to []PackageFile | [optional] [readonly] | |
Format | Pointer to string | [optional] [readonly] | |
FormatUrl | Pointer to string | [optional] [readonly] | |
IdentifierPerm | Pointer to string | Unique and permanent identifier for the package. | [optional] [readonly] |
Indexed | Pointer to bool | [optional] [readonly] | |
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] | |
License | Pointer to NullableString | The license of this package. | [optional] [readonly] |
Name | Pointer to NullableString | The name of this package. | [optional] [readonly] |
Namespace | Pointer to string | [optional] [readonly] | |
NamespaceUrl | Pointer to string | [optional] [readonly] | |
NumFiles | Pointer to int64 | [optional] [readonly] | |
OriginRepository | Pointer to string | [optional] [readonly] | |
OriginRepositoryUrl | Pointer to string | [optional] [readonly] | |
PackageType | Pointer to int64 | The type of package contents. | [optional] [readonly] |
PolicyViolated | Pointer to bool | Whether or not the package has violated any policy. | [optional] [readonly] |
RVersion | Pointer to NullableString | Binary package uploads should specify the version of R they were built for. | [optional] |
Release | Pointer to NullableString | The release of the package version (if any). | [optional] [readonly] |
Repository | Pointer to string | [optional] [readonly] | |
RepositoryUrl | Pointer to string | [optional] [readonly] | |
SecurityScanCompletedAt | Pointer to NullableTime | The datetime the security scanning was completed. | [optional] [readonly] |
SecurityScanStartedAt | Pointer to NullableTime | The datetime the security scanning was started. | [optional] [readonly] |
SecurityScanStatus | Pointer to NullableString | [optional] [readonly] [default to "Awaiting Security Scan"] | |
SecurityScanStatusUpdatedAt | Pointer to NullableTime | The datetime the security scanning status was updated. | [optional] [readonly] |
SelfHtmlUrl | Pointer to string | [optional] [readonly] | |
SelfUrl | Pointer to string | [optional] [readonly] | |
SignatureUrl | Pointer to NullableString | [optional] [readonly] | |
Size | Pointer to int64 | The calculated size of the package. | [optional] [readonly] |
Slug | Pointer to string | The public unique identifier for the package. | [optional] [readonly] |
SlugPerm | 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] |
StatusUrl | Pointer to string | [optional] [readonly] | |
Subtype | Pointer to string | [optional] [readonly] | |
Summary | Pointer to NullableString | A one-liner synopsis of this package. | [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] |
TagsImmutable | Pointer to map[string]interface{} | All tags on the package, grouped by tag type. This includes immutable tags, but doesn't distinguish them from mutable. To see which tags are immutable specifically, see the tags_immutable field. | [optional] |
TypeDisplay | Pointer to string | [optional] [readonly] | |
UploadedAt | Pointer to time.Time | The date this package was uploaded. | [optional] [readonly] |
Uploader | Pointer to string | [optional] [readonly] | |
UploaderUrl | Pointer to string | [optional] [readonly] | |
Version | Pointer to NullableString | The raw version for this package. | [optional] [readonly] |
VersionOrig | Pointer to string | [optional] [readonly] | |
VulnerabilityScanResultsUrl | Pointer to string | [optional] [readonly] |
func NewCranPackageUpload() *CranPackageUpload
NewCranPackageUpload instantiates a new CranPackageUpload 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 NewCranPackageUploadWithDefaults() *CranPackageUpload
NewCranPackageUploadWithDefaults instantiates a new CranPackageUpload 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 *CranPackageUpload) GetArchitectures() []Architecture
GetArchitectures returns the Architectures field if non-nil, zero value otherwise.
func (o *CranPackageUpload) GetArchitecturesOk() (*[]Architecture, bool)
GetArchitecturesOk returns a tuple with the Architectures field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CranPackageUpload) SetArchitectures(v []Architecture)
SetArchitectures sets Architectures field to given value.
func (o *CranPackageUpload) HasArchitectures() bool
HasArchitectures returns a boolean if a field has been set.
func (o *CranPackageUpload) GetCdnUrl() string
GetCdnUrl returns the CdnUrl field if non-nil, zero value otherwise.
func (o *CranPackageUpload) GetCdnUrlOk() (*string, bool)
GetCdnUrlOk returns a tuple with the CdnUrl field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CranPackageUpload) SetCdnUrl(v string)
SetCdnUrl sets CdnUrl field to given value.
func (o *CranPackageUpload) HasCdnUrl() bool
HasCdnUrl returns a boolean if a field has been set.
func (o *CranPackageUpload) SetCdnUrlNil(b bool)
SetCdnUrlNil sets the value for CdnUrl to be an explicit nil
func (o *CranPackageUpload) UnsetCdnUrl()
UnsetCdnUrl ensures that no value is present for CdnUrl, not even an explicit nil
func (o *CranPackageUpload) GetChecksumMd5() string
GetChecksumMd5 returns the ChecksumMd5 field if non-nil, zero value otherwise.
func (o *CranPackageUpload) GetChecksumMd5Ok() (*string, bool)
GetChecksumMd5Ok returns a tuple with the ChecksumMd5 field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CranPackageUpload) SetChecksumMd5(v string)
SetChecksumMd5 sets ChecksumMd5 field to given value.
func (o *CranPackageUpload) HasChecksumMd5() bool
HasChecksumMd5 returns a boolean if a field has been set.
func (o *CranPackageUpload) GetChecksumSha1() string
GetChecksumSha1 returns the ChecksumSha1 field if non-nil, zero value otherwise.
func (o *CranPackageUpload) GetChecksumSha1Ok() (*string, bool)
GetChecksumSha1Ok returns a tuple with the ChecksumSha1 field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CranPackageUpload) SetChecksumSha1(v string)
SetChecksumSha1 sets ChecksumSha1 field to given value.
func (o *CranPackageUpload) HasChecksumSha1() bool
HasChecksumSha1 returns a boolean if a field has been set.
func (o *CranPackageUpload) GetChecksumSha256() string
GetChecksumSha256 returns the ChecksumSha256 field if non-nil, zero value otherwise.
func (o *CranPackageUpload) GetChecksumSha256Ok() (*string, bool)
GetChecksumSha256Ok returns a tuple with the ChecksumSha256 field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CranPackageUpload) SetChecksumSha256(v string)
SetChecksumSha256 sets ChecksumSha256 field to given value.
func (o *CranPackageUpload) HasChecksumSha256() bool
HasChecksumSha256 returns a boolean if a field has been set.
func (o *CranPackageUpload) GetChecksumSha512() string
GetChecksumSha512 returns the ChecksumSha512 field if non-nil, zero value otherwise.
func (o *CranPackageUpload) GetChecksumSha512Ok() (*string, bool)
GetChecksumSha512Ok returns a tuple with the ChecksumSha512 field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CranPackageUpload) SetChecksumSha512(v string)
SetChecksumSha512 sets ChecksumSha512 field to given value.
func (o *CranPackageUpload) HasChecksumSha512() bool
HasChecksumSha512 returns a boolean if a field has been set.
func (o *CranPackageUpload) GetDependenciesChecksumMd5() string
GetDependenciesChecksumMd5 returns the DependenciesChecksumMd5 field if non-nil, zero value otherwise.
func (o *CranPackageUpload) GetDependenciesChecksumMd5Ok() (*string, bool)
GetDependenciesChecksumMd5Ok returns a tuple with the DependenciesChecksumMd5 field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CranPackageUpload) SetDependenciesChecksumMd5(v string)
SetDependenciesChecksumMd5 sets DependenciesChecksumMd5 field to given value.
func (o *CranPackageUpload) HasDependenciesChecksumMd5() bool
HasDependenciesChecksumMd5 returns a boolean if a field has been set.
func (o *CranPackageUpload) SetDependenciesChecksumMd5Nil(b bool)
SetDependenciesChecksumMd5Nil sets the value for DependenciesChecksumMd5 to be an explicit nil
func (o *CranPackageUpload) UnsetDependenciesChecksumMd5()
UnsetDependenciesChecksumMd5 ensures that no value is present for DependenciesChecksumMd5, not even an explicit nil
func (o *CranPackageUpload) GetDependenciesUrl() string
GetDependenciesUrl returns the DependenciesUrl field if non-nil, zero value otherwise.
func (o *CranPackageUpload) GetDependenciesUrlOk() (*string, bool)
GetDependenciesUrlOk returns a tuple with the DependenciesUrl field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CranPackageUpload) SetDependenciesUrl(v string)
SetDependenciesUrl sets DependenciesUrl field to given value.
func (o *CranPackageUpload) HasDependenciesUrl() bool
HasDependenciesUrl returns a boolean if a field has been set.
func (o *CranPackageUpload) GetDescription() string
GetDescription returns the Description field if non-nil, zero value otherwise.
func (o *CranPackageUpload) 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.
func (o *CranPackageUpload) SetDescription(v string)
SetDescription sets Description field to given value.
func (o *CranPackageUpload) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (o *CranPackageUpload) SetDescriptionNil(b bool)
SetDescriptionNil sets the value for Description to be an explicit nil
func (o *CranPackageUpload) UnsetDescription()
UnsetDescription ensures that no value is present for Description, not even an explicit nil
func (o *CranPackageUpload) GetDisplayName() string
GetDisplayName returns the DisplayName field if non-nil, zero value otherwise.
func (o *CranPackageUpload) GetDisplayNameOk() (*string, bool)
GetDisplayNameOk returns a tuple with the DisplayName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CranPackageUpload) SetDisplayName(v string)
SetDisplayName sets DisplayName field to given value.
func (o *CranPackageUpload) HasDisplayName() bool
HasDisplayName returns a boolean if a field has been set.
func (o *CranPackageUpload) GetDistro() Distribution
GetDistro returns the Distro field if non-nil, zero value otherwise.
func (o *CranPackageUpload) GetDistroOk() (*Distribution, bool)
GetDistroOk returns a tuple with the Distro field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CranPackageUpload) SetDistro(v Distribution)
SetDistro sets Distro field to given value.
func (o *CranPackageUpload) HasDistro() bool
HasDistro returns a boolean if a field has been set.
func (o *CranPackageUpload) SetDistroNil(b bool)
SetDistroNil sets the value for Distro to be an explicit nil
func (o *CranPackageUpload) UnsetDistro()
UnsetDistro ensures that no value is present for Distro, not even an explicit nil
func (o *CranPackageUpload) GetDistroVersion() DistributionVersion
GetDistroVersion returns the DistroVersion field if non-nil, zero value otherwise.
func (o *CranPackageUpload) GetDistroVersionOk() (*DistributionVersion, bool)
GetDistroVersionOk returns a tuple with the DistroVersion field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CranPackageUpload) SetDistroVersion(v DistributionVersion)
SetDistroVersion sets DistroVersion field to given value.
func (o *CranPackageUpload) HasDistroVersion() bool
HasDistroVersion returns a boolean if a field has been set.
func (o *CranPackageUpload) GetDownloads() int64
GetDownloads returns the Downloads field if non-nil, zero value otherwise.
func (o *CranPackageUpload) GetDownloadsOk() (*int64, bool)
GetDownloadsOk returns a tuple with the Downloads field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CranPackageUpload) SetDownloads(v int64)
SetDownloads sets Downloads field to given value.
func (o *CranPackageUpload) HasDownloads() bool
HasDownloads returns a boolean if a field has been set.
func (o *CranPackageUpload) GetEpoch() int64
GetEpoch returns the Epoch field if non-nil, zero value otherwise.
func (o *CranPackageUpload) GetEpochOk() (*int64, bool)
GetEpochOk returns a tuple with the Epoch field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CranPackageUpload) SetEpoch(v int64)
SetEpoch sets Epoch field to given value.
func (o *CranPackageUpload) HasEpoch() bool
HasEpoch returns a boolean if a field has been set.
func (o *CranPackageUpload) SetEpochNil(b bool)
SetEpochNil sets the value for Epoch to be an explicit nil
func (o *CranPackageUpload) UnsetEpoch()
UnsetEpoch ensures that no value is present for Epoch, not even an explicit nil
func (o *CranPackageUpload) GetExtension() string
GetExtension returns the Extension field if non-nil, zero value otherwise.
func (o *CranPackageUpload) GetExtensionOk() (*string, bool)
GetExtensionOk returns a tuple with the Extension field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CranPackageUpload) SetExtension(v string)
SetExtension sets Extension field to given value.
func (o *CranPackageUpload) HasExtension() bool
HasExtension returns a boolean if a field has been set.
func (o *CranPackageUpload) GetFilename() string
GetFilename returns the Filename field if non-nil, zero value otherwise.
func (o *CranPackageUpload) GetFilenameOk() (*string, bool)
GetFilenameOk returns a tuple with the Filename field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CranPackageUpload) SetFilename(v string)
SetFilename sets Filename field to given value.
func (o *CranPackageUpload) HasFilename() bool
HasFilename returns a boolean if a field has been set.
func (o *CranPackageUpload) GetFiles() []PackageFile
GetFiles returns the Files field if non-nil, zero value otherwise.
func (o *CranPackageUpload) GetFilesOk() (*[]PackageFile, bool)
GetFilesOk returns a tuple with the Files field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CranPackageUpload) SetFiles(v []PackageFile)
SetFiles sets Files field to given value.
func (o *CranPackageUpload) HasFiles() bool
HasFiles returns a boolean if a field has been set.
func (o *CranPackageUpload) GetFormat() string
GetFormat returns the Format field if non-nil, zero value otherwise.
func (o *CranPackageUpload) GetFormatOk() (*string, bool)
GetFormatOk returns a tuple with the Format field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CranPackageUpload) SetFormat(v string)
SetFormat sets Format field to given value.
func (o *CranPackageUpload) HasFormat() bool
HasFormat returns a boolean if a field has been set.
func (o *CranPackageUpload) GetFormatUrl() string
GetFormatUrl returns the FormatUrl field if non-nil, zero value otherwise.
func (o *CranPackageUpload) GetFormatUrlOk() (*string, bool)
GetFormatUrlOk returns a tuple with the FormatUrl field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CranPackageUpload) SetFormatUrl(v string)
SetFormatUrl sets FormatUrl field to given value.
func (o *CranPackageUpload) HasFormatUrl() bool
HasFormatUrl returns a boolean if a field has been set.
func (o *CranPackageUpload) GetIdentifierPerm() string
GetIdentifierPerm returns the IdentifierPerm field if non-nil, zero value otherwise.
func (o *CranPackageUpload) GetIdentifierPermOk() (*string, bool)
GetIdentifierPermOk returns a tuple with the IdentifierPerm field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CranPackageUpload) SetIdentifierPerm(v string)
SetIdentifierPerm sets IdentifierPerm field to given value.
func (o *CranPackageUpload) HasIdentifierPerm() bool
HasIdentifierPerm returns a boolean if a field has been set.
func (o *CranPackageUpload) GetIndexed() bool
GetIndexed returns the Indexed field if non-nil, zero value otherwise.
func (o *CranPackageUpload) GetIndexedOk() (*bool, bool)
GetIndexedOk returns a tuple with the Indexed field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CranPackageUpload) SetIndexed(v bool)
SetIndexed sets Indexed field to given value.
func (o *CranPackageUpload) HasIndexed() bool
HasIndexed returns a boolean if a field has been set.
func (o *CranPackageUpload) GetIsCancellable() bool
GetIsCancellable returns the IsCancellable field if non-nil, zero value otherwise.
func (o *CranPackageUpload) 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 *CranPackageUpload) SetIsCancellable(v bool)
SetIsCancellable sets IsCancellable field to given value.
func (o *CranPackageUpload) HasIsCancellable() bool
HasIsCancellable returns a boolean if a field has been set.
func (o *CranPackageUpload) GetIsCopyable() bool
GetIsCopyable returns the IsCopyable field if non-nil, zero value otherwise.
func (o *CranPackageUpload) 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 *CranPackageUpload) SetIsCopyable(v bool)
SetIsCopyable sets IsCopyable field to given value.
func (o *CranPackageUpload) HasIsCopyable() bool
HasIsCopyable returns a boolean if a field has been set.
func (o *CranPackageUpload) GetIsDeleteable() bool
GetIsDeleteable returns the IsDeleteable field if non-nil, zero value otherwise.
func (o *CranPackageUpload) 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 *CranPackageUpload) SetIsDeleteable(v bool)
SetIsDeleteable sets IsDeleteable field to given value.
func (o *CranPackageUpload) HasIsDeleteable() bool
HasIsDeleteable returns a boolean if a field has been set.
func (o *CranPackageUpload) GetIsDownloadable() bool
GetIsDownloadable returns the IsDownloadable field if non-nil, zero value otherwise.
func (o *CranPackageUpload) 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 *CranPackageUpload) SetIsDownloadable(v bool)
SetIsDownloadable sets IsDownloadable field to given value.
func (o *CranPackageUpload) HasIsDownloadable() bool
HasIsDownloadable returns a boolean if a field has been set.
func (o *CranPackageUpload) GetIsMoveable() bool
GetIsMoveable returns the IsMoveable field if non-nil, zero value otherwise.
func (o *CranPackageUpload) 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 *CranPackageUpload) SetIsMoveable(v bool)
SetIsMoveable sets IsMoveable field to given value.
func (o *CranPackageUpload) HasIsMoveable() bool
HasIsMoveable returns a boolean if a field has been set.
func (o *CranPackageUpload) GetIsQuarantinable() bool
GetIsQuarantinable returns the IsQuarantinable field if non-nil, zero value otherwise.
func (o *CranPackageUpload) 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 *CranPackageUpload) SetIsQuarantinable(v bool)
SetIsQuarantinable sets IsQuarantinable field to given value.
func (o *CranPackageUpload) HasIsQuarantinable() bool
HasIsQuarantinable returns a boolean if a field has been set.
func (o *CranPackageUpload) GetIsQuarantined() bool
GetIsQuarantined returns the IsQuarantined field if non-nil, zero value otherwise.
func (o *CranPackageUpload) 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 *CranPackageUpload) SetIsQuarantined(v bool)
SetIsQuarantined sets IsQuarantined field to given value.
func (o *CranPackageUpload) HasIsQuarantined() bool
HasIsQuarantined returns a boolean if a field has been set.
func (o *CranPackageUpload) GetIsResyncable() bool
GetIsResyncable returns the IsResyncable field if non-nil, zero value otherwise.
func (o *CranPackageUpload) 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 *CranPackageUpload) SetIsResyncable(v bool)
SetIsResyncable sets IsResyncable field to given value.
func (o *CranPackageUpload) HasIsResyncable() bool
HasIsResyncable returns a boolean if a field has been set.
func (o *CranPackageUpload) GetIsSecurityScannable() bool
GetIsSecurityScannable returns the IsSecurityScannable field if non-nil, zero value otherwise.
func (o *CranPackageUpload) 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 *CranPackageUpload) SetIsSecurityScannable(v bool)
SetIsSecurityScannable sets IsSecurityScannable field to given value.
func (o *CranPackageUpload) HasIsSecurityScannable() bool
HasIsSecurityScannable returns a boolean if a field has been set.
func (o *CranPackageUpload) GetIsSyncAwaiting() bool
GetIsSyncAwaiting returns the IsSyncAwaiting field if non-nil, zero value otherwise.
func (o *CranPackageUpload) 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 *CranPackageUpload) SetIsSyncAwaiting(v bool)
SetIsSyncAwaiting sets IsSyncAwaiting field to given value.
func (o *CranPackageUpload) HasIsSyncAwaiting() bool
HasIsSyncAwaiting returns a boolean if a field has been set.
func (o *CranPackageUpload) GetIsSyncCompleted() bool
GetIsSyncCompleted returns the IsSyncCompleted field if non-nil, zero value otherwise.
func (o *CranPackageUpload) 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 *CranPackageUpload) SetIsSyncCompleted(v bool)
SetIsSyncCompleted sets IsSyncCompleted field to given value.
func (o *CranPackageUpload) HasIsSyncCompleted() bool
HasIsSyncCompleted returns a boolean if a field has been set.
func (o *CranPackageUpload) GetIsSyncFailed() bool
GetIsSyncFailed returns the IsSyncFailed field if non-nil, zero value otherwise.
func (o *CranPackageUpload) 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 *CranPackageUpload) SetIsSyncFailed(v bool)
SetIsSyncFailed sets IsSyncFailed field to given value.
func (o *CranPackageUpload) HasIsSyncFailed() bool
HasIsSyncFailed returns a boolean if a field has been set.
func (o *CranPackageUpload) GetIsSyncInFlight() bool
GetIsSyncInFlight returns the IsSyncInFlight field if non-nil, zero value otherwise.
func (o *CranPackageUpload) 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 *CranPackageUpload) SetIsSyncInFlight(v bool)
SetIsSyncInFlight sets IsSyncInFlight field to given value.
func (o *CranPackageUpload) HasIsSyncInFlight() bool
HasIsSyncInFlight returns a boolean if a field has been set.
func (o *CranPackageUpload) GetIsSyncInProgress() bool
GetIsSyncInProgress returns the IsSyncInProgress field if non-nil, zero value otherwise.
func (o *CranPackageUpload) 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 *CranPackageUpload) SetIsSyncInProgress(v bool)
SetIsSyncInProgress sets IsSyncInProgress field to given value.
func (o *CranPackageUpload) HasIsSyncInProgress() bool
HasIsSyncInProgress returns a boolean if a field has been set.
func (o *CranPackageUpload) GetLicense() string
GetLicense returns the License field if non-nil, zero value otherwise.
func (o *CranPackageUpload) GetLicenseOk() (*string, bool)
GetLicenseOk returns a tuple with the License field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CranPackageUpload) SetLicense(v string)
SetLicense sets License field to given value.
func (o *CranPackageUpload) HasLicense() bool
HasLicense returns a boolean if a field has been set.
func (o *CranPackageUpload) SetLicenseNil(b bool)
SetLicenseNil sets the value for License to be an explicit nil
func (o *CranPackageUpload) UnsetLicense()
UnsetLicense ensures that no value is present for License, not even an explicit nil
func (o *CranPackageUpload) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *CranPackageUpload) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CranPackageUpload) SetName(v string)
SetName sets Name field to given value.
func (o *CranPackageUpload) HasName() bool
HasName returns a boolean if a field has been set.
func (o *CranPackageUpload) SetNameNil(b bool)
SetNameNil sets the value for Name to be an explicit nil
func (o *CranPackageUpload) UnsetName()
UnsetName ensures that no value is present for Name, not even an explicit nil
func (o *CranPackageUpload) GetNamespace() string
GetNamespace returns the Namespace field if non-nil, zero value otherwise.
func (o *CranPackageUpload) GetNamespaceOk() (*string, bool)
GetNamespaceOk returns a tuple with the Namespace field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CranPackageUpload) SetNamespace(v string)
SetNamespace sets Namespace field to given value.
func (o *CranPackageUpload) HasNamespace() bool
HasNamespace returns a boolean if a field has been set.
func (o *CranPackageUpload) GetNamespaceUrl() string
GetNamespaceUrl returns the NamespaceUrl field if non-nil, zero value otherwise.
func (o *CranPackageUpload) GetNamespaceUrlOk() (*string, bool)
GetNamespaceUrlOk returns a tuple with the NamespaceUrl field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CranPackageUpload) SetNamespaceUrl(v string)
SetNamespaceUrl sets NamespaceUrl field to given value.
func (o *CranPackageUpload) HasNamespaceUrl() bool
HasNamespaceUrl returns a boolean if a field has been set.
func (o *CranPackageUpload) GetNumFiles() int64
GetNumFiles returns the NumFiles field if non-nil, zero value otherwise.
func (o *CranPackageUpload) GetNumFilesOk() (*int64, bool)
GetNumFilesOk returns a tuple with the NumFiles field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CranPackageUpload) SetNumFiles(v int64)
SetNumFiles sets NumFiles field to given value.
func (o *CranPackageUpload) HasNumFiles() bool
HasNumFiles returns a boolean if a field has been set.
func (o *CranPackageUpload) GetOriginRepository() string
GetOriginRepository returns the OriginRepository field if non-nil, zero value otherwise.
func (o *CranPackageUpload) GetOriginRepositoryOk() (*string, bool)
GetOriginRepositoryOk returns a tuple with the OriginRepository field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CranPackageUpload) SetOriginRepository(v string)
SetOriginRepository sets OriginRepository field to given value.
func (o *CranPackageUpload) HasOriginRepository() bool
HasOriginRepository returns a boolean if a field has been set.
func (o *CranPackageUpload) GetOriginRepositoryUrl() string
GetOriginRepositoryUrl returns the OriginRepositoryUrl field if non-nil, zero value otherwise.
func (o *CranPackageUpload) GetOriginRepositoryUrlOk() (*string, bool)
GetOriginRepositoryUrlOk returns a tuple with the OriginRepositoryUrl field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CranPackageUpload) SetOriginRepositoryUrl(v string)
SetOriginRepositoryUrl sets OriginRepositoryUrl field to given value.
func (o *CranPackageUpload) HasOriginRepositoryUrl() bool
HasOriginRepositoryUrl returns a boolean if a field has been set.
func (o *CranPackageUpload) GetPackageType() int64
GetPackageType returns the PackageType field if non-nil, zero value otherwise.
func (o *CranPackageUpload) GetPackageTypeOk() (*int64, bool)
GetPackageTypeOk returns a tuple with the PackageType field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CranPackageUpload) SetPackageType(v int64)
SetPackageType sets PackageType field to given value.
func (o *CranPackageUpload) HasPackageType() bool
HasPackageType returns a boolean if a field has been set.
func (o *CranPackageUpload) GetPolicyViolated() bool
GetPolicyViolated returns the PolicyViolated field if non-nil, zero value otherwise.
func (o *CranPackageUpload) GetPolicyViolatedOk() (*bool, bool)
GetPolicyViolatedOk returns a tuple with the PolicyViolated field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CranPackageUpload) SetPolicyViolated(v bool)
SetPolicyViolated sets PolicyViolated field to given value.
func (o *CranPackageUpload) HasPolicyViolated() bool
HasPolicyViolated returns a boolean if a field has been set.
func (o *CranPackageUpload) GetRVersion() string
GetRVersion returns the RVersion field if non-nil, zero value otherwise.
func (o *CranPackageUpload) GetRVersionOk() (*string, bool)
GetRVersionOk returns a tuple with the RVersion field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CranPackageUpload) SetRVersion(v string)
SetRVersion sets RVersion field to given value.
func (o *CranPackageUpload) HasRVersion() bool
HasRVersion returns a boolean if a field has been set.
func (o *CranPackageUpload) SetRVersionNil(b bool)
SetRVersionNil sets the value for RVersion to be an explicit nil
func (o *CranPackageUpload) UnsetRVersion()
UnsetRVersion ensures that no value is present for RVersion, not even an explicit nil
func (o *CranPackageUpload) GetRelease() string
GetRelease returns the Release field if non-nil, zero value otherwise.
func (o *CranPackageUpload) GetReleaseOk() (*string, bool)
GetReleaseOk returns a tuple with the Release field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CranPackageUpload) SetRelease(v string)
SetRelease sets Release field to given value.
func (o *CranPackageUpload) HasRelease() bool
HasRelease returns a boolean if a field has been set.
func (o *CranPackageUpload) SetReleaseNil(b bool)
SetReleaseNil sets the value for Release to be an explicit nil
func (o *CranPackageUpload) UnsetRelease()
UnsetRelease ensures that no value is present for Release, not even an explicit nil
func (o *CranPackageUpload) GetRepository() string
GetRepository returns the Repository field if non-nil, zero value otherwise.
func (o *CranPackageUpload) GetRepositoryOk() (*string, bool)
GetRepositoryOk returns a tuple with the Repository field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CranPackageUpload) SetRepository(v string)
SetRepository sets Repository field to given value.
func (o *CranPackageUpload) HasRepository() bool
HasRepository returns a boolean if a field has been set.
func (o *CranPackageUpload) GetRepositoryUrl() string
GetRepositoryUrl returns the RepositoryUrl field if non-nil, zero value otherwise.
func (o *CranPackageUpload) GetRepositoryUrlOk() (*string, bool)
GetRepositoryUrlOk returns a tuple with the RepositoryUrl field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CranPackageUpload) SetRepositoryUrl(v string)
SetRepositoryUrl sets RepositoryUrl field to given value.
func (o *CranPackageUpload) HasRepositoryUrl() bool
HasRepositoryUrl returns a boolean if a field has been set.
func (o *CranPackageUpload) GetSecurityScanCompletedAt() time.Time
GetSecurityScanCompletedAt returns the SecurityScanCompletedAt field if non-nil, zero value otherwise.
func (o *CranPackageUpload) GetSecurityScanCompletedAtOk() (*time.Time, bool)
GetSecurityScanCompletedAtOk returns a tuple with the SecurityScanCompletedAt field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CranPackageUpload) SetSecurityScanCompletedAt(v time.Time)
SetSecurityScanCompletedAt sets SecurityScanCompletedAt field to given value.
func (o *CranPackageUpload) HasSecurityScanCompletedAt() bool
HasSecurityScanCompletedAt returns a boolean if a field has been set.
func (o *CranPackageUpload) SetSecurityScanCompletedAtNil(b bool)
SetSecurityScanCompletedAtNil sets the value for SecurityScanCompletedAt to be an explicit nil
func (o *CranPackageUpload) UnsetSecurityScanCompletedAt()
UnsetSecurityScanCompletedAt ensures that no value is present for SecurityScanCompletedAt, not even an explicit nil
func (o *CranPackageUpload) GetSecurityScanStartedAt() time.Time
GetSecurityScanStartedAt returns the SecurityScanStartedAt field if non-nil, zero value otherwise.
func (o *CranPackageUpload) GetSecurityScanStartedAtOk() (*time.Time, bool)
GetSecurityScanStartedAtOk returns a tuple with the SecurityScanStartedAt field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CranPackageUpload) SetSecurityScanStartedAt(v time.Time)
SetSecurityScanStartedAt sets SecurityScanStartedAt field to given value.
func (o *CranPackageUpload) HasSecurityScanStartedAt() bool
HasSecurityScanStartedAt returns a boolean if a field has been set.
func (o *CranPackageUpload) SetSecurityScanStartedAtNil(b bool)
SetSecurityScanStartedAtNil sets the value for SecurityScanStartedAt to be an explicit nil
func (o *CranPackageUpload) UnsetSecurityScanStartedAt()
UnsetSecurityScanStartedAt ensures that no value is present for SecurityScanStartedAt, not even an explicit nil
func (o *CranPackageUpload) GetSecurityScanStatus() string
GetSecurityScanStatus returns the SecurityScanStatus field if non-nil, zero value otherwise.
func (o *CranPackageUpload) GetSecurityScanStatusOk() (*string, bool)
GetSecurityScanStatusOk returns a tuple with the SecurityScanStatus field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CranPackageUpload) SetSecurityScanStatus(v string)
SetSecurityScanStatus sets SecurityScanStatus field to given value.
func (o *CranPackageUpload) HasSecurityScanStatus() bool
HasSecurityScanStatus returns a boolean if a field has been set.
func (o *CranPackageUpload) SetSecurityScanStatusNil(b bool)
SetSecurityScanStatusNil sets the value for SecurityScanStatus to be an explicit nil
func (o *CranPackageUpload) UnsetSecurityScanStatus()
UnsetSecurityScanStatus ensures that no value is present for SecurityScanStatus, not even an explicit nil
func (o *CranPackageUpload) GetSecurityScanStatusUpdatedAt() time.Time
GetSecurityScanStatusUpdatedAt returns the SecurityScanStatusUpdatedAt field if non-nil, zero value otherwise.
func (o *CranPackageUpload) GetSecurityScanStatusUpdatedAtOk() (*time.Time, bool)
GetSecurityScanStatusUpdatedAtOk returns a tuple with the SecurityScanStatusUpdatedAt field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CranPackageUpload) SetSecurityScanStatusUpdatedAt(v time.Time)
SetSecurityScanStatusUpdatedAt sets SecurityScanStatusUpdatedAt field to given value.
func (o *CranPackageUpload) HasSecurityScanStatusUpdatedAt() bool
HasSecurityScanStatusUpdatedAt returns a boolean if a field has been set.
func (o *CranPackageUpload) SetSecurityScanStatusUpdatedAtNil(b bool)
SetSecurityScanStatusUpdatedAtNil sets the value for SecurityScanStatusUpdatedAt to be an explicit nil
func (o *CranPackageUpload) UnsetSecurityScanStatusUpdatedAt()
UnsetSecurityScanStatusUpdatedAt ensures that no value is present for SecurityScanStatusUpdatedAt, not even an explicit nil
func (o *CranPackageUpload) GetSelfHtmlUrl() string
GetSelfHtmlUrl returns the SelfHtmlUrl field if non-nil, zero value otherwise.
func (o *CranPackageUpload) GetSelfHtmlUrlOk() (*string, bool)
GetSelfHtmlUrlOk returns a tuple with the SelfHtmlUrl field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CranPackageUpload) SetSelfHtmlUrl(v string)
SetSelfHtmlUrl sets SelfHtmlUrl field to given value.
func (o *CranPackageUpload) HasSelfHtmlUrl() bool
HasSelfHtmlUrl returns a boolean if a field has been set.
func (o *CranPackageUpload) GetSelfUrl() string
GetSelfUrl returns the SelfUrl field if non-nil, zero value otherwise.
func (o *CranPackageUpload) 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 *CranPackageUpload) SetSelfUrl(v string)
SetSelfUrl sets SelfUrl field to given value.
func (o *CranPackageUpload) HasSelfUrl() bool
HasSelfUrl returns a boolean if a field has been set.
func (o *CranPackageUpload) GetSignatureUrl() string
GetSignatureUrl returns the SignatureUrl field if non-nil, zero value otherwise.
func (o *CranPackageUpload) GetSignatureUrlOk() (*string, bool)
GetSignatureUrlOk returns a tuple with the SignatureUrl field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CranPackageUpload) SetSignatureUrl(v string)
SetSignatureUrl sets SignatureUrl field to given value.
func (o *CranPackageUpload) HasSignatureUrl() bool
HasSignatureUrl returns a boolean if a field has been set.
func (o *CranPackageUpload) SetSignatureUrlNil(b bool)
SetSignatureUrlNil sets the value for SignatureUrl to be an explicit nil
func (o *CranPackageUpload) UnsetSignatureUrl()
UnsetSignatureUrl ensures that no value is present for SignatureUrl, not even an explicit nil
func (o *CranPackageUpload) GetSize() int64
GetSize returns the Size field if non-nil, zero value otherwise.
func (o *CranPackageUpload) GetSizeOk() (*int64, bool)
GetSizeOk returns a tuple with the Size field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CranPackageUpload) SetSize(v int64)
SetSize sets Size field to given value.
func (o *CranPackageUpload) HasSize() bool
HasSize returns a boolean if a field has been set.
func (o *CranPackageUpload) GetSlug() string
GetSlug returns the Slug field if non-nil, zero value otherwise.
func (o *CranPackageUpload) GetSlugOk() (*string, bool)
GetSlugOk returns a tuple with the Slug field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CranPackageUpload) SetSlug(v string)
SetSlug sets Slug field to given value.
func (o *CranPackageUpload) HasSlug() bool
HasSlug returns a boolean if a field has been set.
func (o *CranPackageUpload) GetSlugPerm() string
GetSlugPerm returns the SlugPerm field if non-nil, zero value otherwise.
func (o *CranPackageUpload) GetSlugPermOk() (*string, bool)
GetSlugPermOk returns a tuple with the SlugPerm field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CranPackageUpload) SetSlugPerm(v string)
SetSlugPerm sets SlugPerm field to given value.
func (o *CranPackageUpload) HasSlugPerm() bool
HasSlugPerm returns a boolean if a field has been set.
func (o *CranPackageUpload) GetStage() int64
GetStage returns the Stage field if non-nil, zero value otherwise.
func (o *CranPackageUpload) 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 *CranPackageUpload) SetStage(v int64)
SetStage sets Stage field to given value.
func (o *CranPackageUpload) HasStage() bool
HasStage returns a boolean if a field has been set.
func (o *CranPackageUpload) GetStageStr() string
GetStageStr returns the StageStr field if non-nil, zero value otherwise.
func (o *CranPackageUpload) 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 *CranPackageUpload) SetStageStr(v string)
SetStageStr sets StageStr field to given value.
func (o *CranPackageUpload) HasStageStr() bool
HasStageStr returns a boolean if a field has been set.
func (o *CranPackageUpload) GetStageUpdatedAt() time.Time
GetStageUpdatedAt returns the StageUpdatedAt field if non-nil, zero value otherwise.
func (o *CranPackageUpload) 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 *CranPackageUpload) SetStageUpdatedAt(v time.Time)
SetStageUpdatedAt sets StageUpdatedAt field to given value.
func (o *CranPackageUpload) HasStageUpdatedAt() bool
HasStageUpdatedAt returns a boolean if a field has been set.
func (o *CranPackageUpload) GetStatus() int64
GetStatus returns the Status field if non-nil, zero value otherwise.
func (o *CranPackageUpload) 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 *CranPackageUpload) SetStatus(v int64)
SetStatus sets Status field to given value.
func (o *CranPackageUpload) HasStatus() bool
HasStatus returns a boolean if a field has been set.
func (o *CranPackageUpload) GetStatusReason() string
GetStatusReason returns the StatusReason field if non-nil, zero value otherwise.
func (o *CranPackageUpload) 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 *CranPackageUpload) SetStatusReason(v string)
SetStatusReason sets StatusReason field to given value.
func (o *CranPackageUpload) HasStatusReason() bool
HasStatusReason returns a boolean if a field has been set.
func (o *CranPackageUpload) SetStatusReasonNil(b bool)
SetStatusReasonNil sets the value for StatusReason to be an explicit nil
func (o *CranPackageUpload) UnsetStatusReason()
UnsetStatusReason ensures that no value is present for StatusReason, not even an explicit nil
func (o *CranPackageUpload) GetStatusStr() string
GetStatusStr returns the StatusStr field if non-nil, zero value otherwise.
func (o *CranPackageUpload) 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 *CranPackageUpload) SetStatusStr(v string)
SetStatusStr sets StatusStr field to given value.
func (o *CranPackageUpload) HasStatusStr() bool
HasStatusStr returns a boolean if a field has been set.
func (o *CranPackageUpload) GetStatusUpdatedAt() time.Time
GetStatusUpdatedAt returns the StatusUpdatedAt field if non-nil, zero value otherwise.
func (o *CranPackageUpload) 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 *CranPackageUpload) SetStatusUpdatedAt(v time.Time)
SetStatusUpdatedAt sets StatusUpdatedAt field to given value.
func (o *CranPackageUpload) HasStatusUpdatedAt() bool
HasStatusUpdatedAt returns a boolean if a field has been set.
func (o *CranPackageUpload) GetStatusUrl() string
GetStatusUrl returns the StatusUrl field if non-nil, zero value otherwise.
func (o *CranPackageUpload) GetStatusUrlOk() (*string, bool)
GetStatusUrlOk returns a tuple with the StatusUrl field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CranPackageUpload) SetStatusUrl(v string)
SetStatusUrl sets StatusUrl field to given value.
func (o *CranPackageUpload) HasStatusUrl() bool
HasStatusUrl returns a boolean if a field has been set.
func (o *CranPackageUpload) GetSubtype() string
GetSubtype returns the Subtype field if non-nil, zero value otherwise.
func (o *CranPackageUpload) GetSubtypeOk() (*string, bool)
GetSubtypeOk returns a tuple with the Subtype field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CranPackageUpload) SetSubtype(v string)
SetSubtype sets Subtype field to given value.
func (o *CranPackageUpload) HasSubtype() bool
HasSubtype returns a boolean if a field has been set.
func (o *CranPackageUpload) GetSummary() string
GetSummary returns the Summary field if non-nil, zero value otherwise.
func (o *CranPackageUpload) GetSummaryOk() (*string, bool)
GetSummaryOk returns a tuple with the Summary field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CranPackageUpload) SetSummary(v string)
SetSummary sets Summary field to given value.
func (o *CranPackageUpload) HasSummary() bool
HasSummary returns a boolean if a field has been set.
func (o *CranPackageUpload) SetSummaryNil(b bool)
SetSummaryNil sets the value for Summary to be an explicit nil
func (o *CranPackageUpload) UnsetSummary()
UnsetSummary ensures that no value is present for Summary, not even an explicit nil
func (o *CranPackageUpload) GetSyncFinishedAt() time.Time
GetSyncFinishedAt returns the SyncFinishedAt field if non-nil, zero value otherwise.
func (o *CranPackageUpload) 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 *CranPackageUpload) SetSyncFinishedAt(v time.Time)
SetSyncFinishedAt sets SyncFinishedAt field to given value.
func (o *CranPackageUpload) HasSyncFinishedAt() bool
HasSyncFinishedAt returns a boolean if a field has been set.
func (o *CranPackageUpload) SetSyncFinishedAtNil(b bool)
SetSyncFinishedAtNil sets the value for SyncFinishedAt to be an explicit nil
func (o *CranPackageUpload) UnsetSyncFinishedAt()
UnsetSyncFinishedAt ensures that no value is present for SyncFinishedAt, not even an explicit nil
func (o *CranPackageUpload) GetSyncProgress() int64
GetSyncProgress returns the SyncProgress field if non-nil, zero value otherwise.
func (o *CranPackageUpload) 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 *CranPackageUpload) SetSyncProgress(v int64)
SetSyncProgress sets SyncProgress field to given value.
func (o *CranPackageUpload) HasSyncProgress() bool
HasSyncProgress returns a boolean if a field has been set.
func (o *CranPackageUpload) GetTagsImmutable() map[string]interface{}
GetTagsImmutable returns the TagsImmutable field if non-nil, zero value otherwise.
func (o *CranPackageUpload) GetTagsImmutableOk() (*map[string]interface{}, bool)
GetTagsImmutableOk returns a tuple with the TagsImmutable field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CranPackageUpload) SetTagsImmutable(v map[string]interface{})
SetTagsImmutable sets TagsImmutable field to given value.
func (o *CranPackageUpload) HasTagsImmutable() bool
HasTagsImmutable returns a boolean if a field has been set.
func (o *CranPackageUpload) GetTypeDisplay() string
GetTypeDisplay returns the TypeDisplay field if non-nil, zero value otherwise.
func (o *CranPackageUpload) GetTypeDisplayOk() (*string, bool)
GetTypeDisplayOk returns a tuple with the TypeDisplay field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CranPackageUpload) SetTypeDisplay(v string)
SetTypeDisplay sets TypeDisplay field to given value.
func (o *CranPackageUpload) HasTypeDisplay() bool
HasTypeDisplay returns a boolean if a field has been set.
func (o *CranPackageUpload) GetUploadedAt() time.Time
GetUploadedAt returns the UploadedAt field if non-nil, zero value otherwise.
func (o *CranPackageUpload) GetUploadedAtOk() (*time.Time, bool)
GetUploadedAtOk returns a tuple with the UploadedAt field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CranPackageUpload) SetUploadedAt(v time.Time)
SetUploadedAt sets UploadedAt field to given value.
func (o *CranPackageUpload) HasUploadedAt() bool
HasUploadedAt returns a boolean if a field has been set.
func (o *CranPackageUpload) GetUploader() string
GetUploader returns the Uploader field if non-nil, zero value otherwise.
func (o *CranPackageUpload) GetUploaderOk() (*string, bool)
GetUploaderOk returns a tuple with the Uploader field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CranPackageUpload) SetUploader(v string)
SetUploader sets Uploader field to given value.
func (o *CranPackageUpload) HasUploader() bool
HasUploader returns a boolean if a field has been set.
func (o *CranPackageUpload) GetUploaderUrl() string
GetUploaderUrl returns the UploaderUrl field if non-nil, zero value otherwise.
func (o *CranPackageUpload) GetUploaderUrlOk() (*string, bool)
GetUploaderUrlOk returns a tuple with the UploaderUrl field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CranPackageUpload) SetUploaderUrl(v string)
SetUploaderUrl sets UploaderUrl field to given value.
func (o *CranPackageUpload) HasUploaderUrl() bool
HasUploaderUrl returns a boolean if a field has been set.
func (o *CranPackageUpload) GetVersion() string
GetVersion returns the Version field if non-nil, zero value otherwise.
func (o *CranPackageUpload) GetVersionOk() (*string, bool)
GetVersionOk returns a tuple with the Version field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CranPackageUpload) SetVersion(v string)
SetVersion sets Version field to given value.
func (o *CranPackageUpload) HasVersion() bool
HasVersion returns a boolean if a field has been set.
func (o *CranPackageUpload) SetVersionNil(b bool)
SetVersionNil sets the value for Version to be an explicit nil
func (o *CranPackageUpload) UnsetVersion()
UnsetVersion ensures that no value is present for Version, not even an explicit nil
func (o *CranPackageUpload) GetVersionOrig() string
GetVersionOrig returns the VersionOrig field if non-nil, zero value otherwise.
func (o *CranPackageUpload) GetVersionOrigOk() (*string, bool)
GetVersionOrigOk returns a tuple with the VersionOrig field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CranPackageUpload) SetVersionOrig(v string)
SetVersionOrig sets VersionOrig field to given value.
func (o *CranPackageUpload) HasVersionOrig() bool
HasVersionOrig returns a boolean if a field has been set.
func (o *CranPackageUpload) GetVulnerabilityScanResultsUrl() string
GetVulnerabilityScanResultsUrl returns the VulnerabilityScanResultsUrl field if non-nil, zero value otherwise.
func (o *CranPackageUpload) GetVulnerabilityScanResultsUrlOk() (*string, bool)
GetVulnerabilityScanResultsUrlOk returns a tuple with the VulnerabilityScanResultsUrl field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CranPackageUpload) SetVulnerabilityScanResultsUrl(v string)
SetVulnerabilityScanResultsUrl sets VulnerabilityScanResultsUrl field to given value.
func (o *CranPackageUpload) HasVulnerabilityScanResultsUrl() bool
HasVulnerabilityScanResultsUrl returns a boolean if a field has been set.