Name | Type | Description | Notes |
---|---|---|---|
ChartName | Pointer to string | [optional] | |
ChartVersion | Pointer to string | [optional] |
func NewDeploymentHistoryHelmResponseAllOfRepository() *DeploymentHistoryHelmResponseAllOfRepository
NewDeploymentHistoryHelmResponseAllOfRepository instantiates a new DeploymentHistoryHelmResponseAllOfRepository 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 NewDeploymentHistoryHelmResponseAllOfRepositoryWithDefaults() *DeploymentHistoryHelmResponseAllOfRepository
NewDeploymentHistoryHelmResponseAllOfRepositoryWithDefaults instantiates a new DeploymentHistoryHelmResponseAllOfRepository 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 *DeploymentHistoryHelmResponseAllOfRepository) GetChartName() string
GetChartName returns the ChartName field if non-nil, zero value otherwise.
func (o *DeploymentHistoryHelmResponseAllOfRepository) GetChartNameOk() (*string, bool)
GetChartNameOk returns a tuple with the ChartName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DeploymentHistoryHelmResponseAllOfRepository) SetChartName(v string)
SetChartName sets ChartName field to given value.
func (o *DeploymentHistoryHelmResponseAllOfRepository) HasChartName() bool
HasChartName returns a boolean if a field has been set.
func (o *DeploymentHistoryHelmResponseAllOfRepository) GetChartVersion() string
GetChartVersion returns the ChartVersion field if non-nil, zero value otherwise.
func (o *DeploymentHistoryHelmResponseAllOfRepository) GetChartVersionOk() (*string, bool)
GetChartVersionOk returns a tuple with the ChartVersion field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DeploymentHistoryHelmResponseAllOfRepository) SetChartVersion(v string)
SetChartVersion sets ChartVersion field to given value.
func (o *DeploymentHistoryHelmResponseAllOfRepository) HasChartVersion() bool
HasChartVersion returns a boolean if a field has been set.