Skip to content

Latest commit

 

History

History
51 lines (28 loc) · 1.68 KB

HelmResponseAllOfSourceOneOf.md

File metadata and controls

51 lines (28 loc) · 1.68 KB

HelmResponseAllOfSourceOneOf

Properties

Name Type Description Notes
Git HelmSourceGitResponse

Methods

NewHelmResponseAllOfSourceOneOf

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

NewHelmResponseAllOfSourceOneOfWithDefaults

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

GetGit

func (o *HelmResponseAllOfSourceOneOf) GetGit() HelmSourceGitResponse

GetGit returns the Git field if non-nil, zero value otherwise.

GetGitOk

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.

SetGit

func (o *HelmResponseAllOfSourceOneOf) SetGit(v HelmSourceGitResponse)

SetGit sets Git field to given value.

[Back to Model list] [Back to API list] [Back to README]