Skip to content

Latest commit

 

History

History
102 lines (57 loc) · 3.33 KB

HelmRequestAllOfValuesOverrideFile.md

File metadata and controls

102 lines (57 loc) · 3.33 KB

HelmRequestAllOfValuesOverrideFile

Properties

Name Type Description Notes
Git Pointer to NullableHelmRequestAllOfValuesOverrideFileGit [optional]
Raw Pointer to NullableHelmRequestAllOfValuesOverrideFileRaw [optional]

Methods

NewHelmRequestAllOfValuesOverrideFile

func NewHelmRequestAllOfValuesOverrideFile() *HelmRequestAllOfValuesOverrideFile

NewHelmRequestAllOfValuesOverrideFile instantiates a new HelmRequestAllOfValuesOverrideFile 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

NewHelmRequestAllOfValuesOverrideFileWithDefaults

func NewHelmRequestAllOfValuesOverrideFileWithDefaults() *HelmRequestAllOfValuesOverrideFile

NewHelmRequestAllOfValuesOverrideFileWithDefaults instantiates a new HelmRequestAllOfValuesOverrideFile 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 *HelmRequestAllOfValuesOverrideFile) GetGit() HelmRequestAllOfValuesOverrideFileGit

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

GetGitOk

func (o *HelmRequestAllOfValuesOverrideFile) GetGitOk() (*HelmRequestAllOfValuesOverrideFileGit, 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 *HelmRequestAllOfValuesOverrideFile) SetGit(v HelmRequestAllOfValuesOverrideFileGit)

SetGit sets Git field to given value.

HasGit

func (o *HelmRequestAllOfValuesOverrideFile) HasGit() bool

HasGit returns a boolean if a field has been set.

SetGitNil

func (o *HelmRequestAllOfValuesOverrideFile) SetGitNil(b bool)

SetGitNil sets the value for Git to be an explicit nil

UnsetGit

func (o *HelmRequestAllOfValuesOverrideFile) UnsetGit()

UnsetGit ensures that no value is present for Git, not even an explicit nil

GetRaw

func (o *HelmRequestAllOfValuesOverrideFile) GetRaw() HelmRequestAllOfValuesOverrideFileRaw

GetRaw returns the Raw field if non-nil, zero value otherwise.

GetRawOk

func (o *HelmRequestAllOfValuesOverrideFile) GetRawOk() (*HelmRequestAllOfValuesOverrideFileRaw, bool)

GetRawOk returns a tuple with the Raw field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetRaw

func (o *HelmRequestAllOfValuesOverrideFile) SetRaw(v HelmRequestAllOfValuesOverrideFileRaw)

SetRaw sets Raw field to given value.

HasRaw

func (o *HelmRequestAllOfValuesOverrideFile) HasRaw() bool

HasRaw returns a boolean if a field has been set.

SetRawNil

func (o *HelmRequestAllOfValuesOverrideFile) SetRawNil(b bool)

SetRawNil sets the value for Raw to be an explicit nil

UnsetRaw

func (o *HelmRequestAllOfValuesOverrideFile) UnsetRaw()

UnsetRaw ensures that no value is present for Raw, not even an explicit nil

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