Name | Type | Description | Notes |
---|---|---|---|
HelmRepository | Pointer to HelmRequestAllOfSourceOneOf1HelmRepository | [optional] |
func NewHelmRequestAllOfSourceOneOf1() *HelmRequestAllOfSourceOneOf1
NewHelmRequestAllOfSourceOneOf1 instantiates a new HelmRequestAllOfSourceOneOf1 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 NewHelmRequestAllOfSourceOneOf1WithDefaults() *HelmRequestAllOfSourceOneOf1
NewHelmRequestAllOfSourceOneOf1WithDefaults instantiates a new HelmRequestAllOfSourceOneOf1 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 *HelmRequestAllOfSourceOneOf1) GetHelmRepository() HelmRequestAllOfSourceOneOf1HelmRepository
GetHelmRepository returns the HelmRepository field if non-nil, zero value otherwise.
func (o *HelmRequestAllOfSourceOneOf1) 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 *HelmRequestAllOfSourceOneOf1) SetHelmRepository(v HelmRequestAllOfSourceOneOf1HelmRepository)
SetHelmRepository sets HelmRepository field to given value.
func (o *HelmRequestAllOfSourceOneOf1) HasHelmRepository() bool
HasHelmRepository returns a boolean if a field has been set.