Name | Type | Description | Notes |
---|---|---|---|
Git | HelmSourceGitResponse | ||
Repository | HelmSourceRepositoryResponse |
func NewHelmResponseAllOfSource(git HelmSourceGitResponse, repository HelmSourceRepositoryResponse, ) *HelmResponseAllOfSource
NewHelmResponseAllOfSource instantiates a new HelmResponseAllOfSource 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 NewHelmResponseAllOfSourceWithDefaults() *HelmResponseAllOfSource
NewHelmResponseAllOfSourceWithDefaults instantiates a new HelmResponseAllOfSource 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 *HelmResponseAllOfSource) GetGit() HelmSourceGitResponse
GetGit returns the Git field if non-nil, zero value otherwise.
func (o *HelmResponseAllOfSource) GetGitOk() (*HelmSourceGitResponse, bool)
GetGitOk returns a tuple with the Git field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *HelmResponseAllOfSource) SetGit(v HelmSourceGitResponse)
SetGit sets Git field to given value.
func (o *HelmResponseAllOfSource) GetRepository() HelmSourceRepositoryResponse
GetRepository returns the Repository field if non-nil, zero value otherwise.
func (o *HelmResponseAllOfSource) GetRepositoryOk() (*HelmSourceRepositoryResponse, 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 *HelmResponseAllOfSource) SetRepository(v HelmSourceRepositoryResponse)
SetRepository sets Repository field to given value.