Name | Type | Description | Notes |
---|---|---|---|
GitRepository | Pointer to HelmGitRepositoryRequest | [optional] | |
HelmRepository | Pointer to HelmRequestAllOfSourceOneOf1HelmRepository | [optional] |
func NewHelmDefaultValuesRequestAllOfSource() *HelmDefaultValuesRequestAllOfSource
NewHelmDefaultValuesRequestAllOfSource instantiates a new HelmDefaultValuesRequestAllOfSource 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 NewHelmDefaultValuesRequestAllOfSourceWithDefaults() *HelmDefaultValuesRequestAllOfSource
NewHelmDefaultValuesRequestAllOfSourceWithDefaults instantiates a new HelmDefaultValuesRequestAllOfSource 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 *HelmDefaultValuesRequestAllOfSource) GetGitRepository() HelmGitRepositoryRequest
GetGitRepository returns the GitRepository field if non-nil, zero value otherwise.
func (o *HelmDefaultValuesRequestAllOfSource) GetGitRepositoryOk() (*HelmGitRepositoryRequest, bool)
GetGitRepositoryOk returns a tuple with the GitRepository field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *HelmDefaultValuesRequestAllOfSource) SetGitRepository(v HelmGitRepositoryRequest)
SetGitRepository sets GitRepository field to given value.
func (o *HelmDefaultValuesRequestAllOfSource) HasGitRepository() bool
HasGitRepository returns a boolean if a field has been set.
func (o *HelmDefaultValuesRequestAllOfSource) GetHelmRepository() HelmRequestAllOfSourceOneOf1HelmRepository
GetHelmRepository returns the HelmRepository field if non-nil, zero value otherwise.
func (o *HelmDefaultValuesRequestAllOfSource) GetHelmRepositoryOk() (*HelmRequestAllOfSourceOneOf1HelmRepository, bool)
GetHelmRepositoryOk returns a tuple with the HelmRepository field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *HelmDefaultValuesRequestAllOfSource) SetHelmRepository(v HelmRequestAllOfSourceOneOf1HelmRepository)
SetHelmRepository sets HelmRepository field to given value.
func (o *HelmDefaultValuesRequestAllOfSource) HasHelmRepository() bool
HasHelmRepository returns a boolean if a field has been set.