Skip to content

Latest commit

 

History

History
56 lines (31 loc) · 1.94 KB

HelmRequestAllOfSourceOneOf.md

File metadata and controls

56 lines (31 loc) · 1.94 KB

HelmRequestAllOfSourceOneOf

Properties

Name Type Description Notes
GitRepository Pointer to HelmGitRepositoryRequest [optional]

Methods

NewHelmRequestAllOfSourceOneOf

func NewHelmRequestAllOfSourceOneOf() *HelmRequestAllOfSourceOneOf

NewHelmRequestAllOfSourceOneOf instantiates a new HelmRequestAllOfSourceOneOf 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

NewHelmRequestAllOfSourceOneOfWithDefaults

func NewHelmRequestAllOfSourceOneOfWithDefaults() *HelmRequestAllOfSourceOneOf

NewHelmRequestAllOfSourceOneOfWithDefaults instantiates a new HelmRequestAllOfSourceOneOf 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

GetGitRepository

func (o *HelmRequestAllOfSourceOneOf) GetGitRepository() HelmGitRepositoryRequest

GetGitRepository returns the GitRepository field if non-nil, zero value otherwise.

GetGitRepositoryOk

func (o *HelmRequestAllOfSourceOneOf) 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.

SetGitRepository

func (o *HelmRequestAllOfSourceOneOf) SetGitRepository(v HelmGitRepositoryRequest)

SetGitRepository sets GitRepository field to given value.

HasGitRepository

func (o *HelmRequestAllOfSourceOneOf) HasGitRepository() bool

HasGitRepository returns a boolean if a field has been set.

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