| Name | Type | Description | Notes |
|---|---|---|---|
| HelmChart | Pointer to string | Path to the Helm chart package | [optional] |
| HelmChartChecksum | Pointer to string | Checksum for the Helm chart package | [optional] |
| X8664 | Pointer to string | Path to x86_64 package | [optional] |
| X8664Checksum | Pointer to string | Checksum for x86_64 package | [optional] |
func NewPackagePaths() *PackagePaths
NewPackagePaths instantiates a new PackagePaths 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 NewPackagePathsWithDefaults() *PackagePaths
NewPackagePathsWithDefaults instantiates a new PackagePaths 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 *PackagePaths) GetHelmChart() string
GetHelmChart returns the HelmChart field if non-nil, zero value otherwise.
func (o *PackagePaths) GetHelmChartOk() (*string, bool)
GetHelmChartOk returns a tuple with the HelmChart field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PackagePaths) SetHelmChart(v string)
SetHelmChart sets HelmChart field to given value.
func (o *PackagePaths) HasHelmChart() bool
HasHelmChart returns a boolean if a field has been set.
func (o *PackagePaths) GetHelmChartChecksum() string
GetHelmChartChecksum returns the HelmChartChecksum field if non-nil, zero value otherwise.
func (o *PackagePaths) GetHelmChartChecksumOk() (*string, bool)
GetHelmChartChecksumOk returns a tuple with the HelmChartChecksum field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PackagePaths) SetHelmChartChecksum(v string)
SetHelmChartChecksum sets HelmChartChecksum field to given value.
func (o *PackagePaths) HasHelmChartChecksum() bool
HasHelmChartChecksum returns a boolean if a field has been set.
func (o *PackagePaths) GetX8664() string
GetX8664 returns the X8664 field if non-nil, zero value otherwise.
func (o *PackagePaths) GetX8664Ok() (*string, bool)
GetX8664Ok returns a tuple with the X8664 field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PackagePaths) SetX8664(v string)
SetX8664 sets X8664 field to given value.
func (o *PackagePaths) HasX8664() bool
HasX8664 returns a boolean if a field has been set.
func (o *PackagePaths) GetX8664Checksum() string
GetX8664Checksum returns the X8664Checksum field if non-nil, zero value otherwise.
func (o *PackagePaths) GetX8664ChecksumOk() (*string, bool)
GetX8664ChecksumOk returns a tuple with the X8664Checksum field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PackagePaths) SetX8664Checksum(v string)
SetX8664Checksum sets X8664Checksum field to given value.
func (o *PackagePaths) HasX8664Checksum() bool
HasX8664Checksum returns a boolean if a field has been set.