Name | Type | Description | Notes |
---|---|---|---|
Git | HelmSourceGitResponse |
func NewHelmResponseAllOfSourceOneOf(git HelmSourceGitResponse, ) *HelmResponseAllOfSourceOneOf
NewHelmResponseAllOfSourceOneOf instantiates a new HelmResponseAllOfSourceOneOf 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 NewHelmResponseAllOfSourceOneOfWithDefaults() *HelmResponseAllOfSourceOneOf
NewHelmResponseAllOfSourceOneOfWithDefaults instantiates a new HelmResponseAllOfSourceOneOf 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 *HelmResponseAllOfSourceOneOf) GetGit() HelmSourceGitResponse
GetGit returns the Git field if non-nil, zero value otherwise.
func (o *HelmResponseAllOfSourceOneOf) 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 *HelmResponseAllOfSourceOneOf) SetGit(v HelmSourceGitResponse)
SetGit sets Git field to given value.