Skip to content

Latest commit

 

History

History
93 lines (50 loc) · 3.05 KB

HelmResponseAllOfSourceOneOf1RepositoryRepository.md

File metadata and controls

93 lines (50 loc) · 3.05 KB

HelmResponseAllOfSourceOneOf1RepositoryRepository

Properties

Name Type Description Notes
Id string The id of the helm repository
Name string The name of the helm repository
Url string The url the helm repository

Methods

NewHelmResponseAllOfSourceOneOf1RepositoryRepository

func NewHelmResponseAllOfSourceOneOf1RepositoryRepository(id string, name string, url string, ) *HelmResponseAllOfSourceOneOf1RepositoryRepository

NewHelmResponseAllOfSourceOneOf1RepositoryRepository instantiates a new HelmResponseAllOfSourceOneOf1RepositoryRepository 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

NewHelmResponseAllOfSourceOneOf1RepositoryRepositoryWithDefaults

func NewHelmResponseAllOfSourceOneOf1RepositoryRepositoryWithDefaults() *HelmResponseAllOfSourceOneOf1RepositoryRepository

NewHelmResponseAllOfSourceOneOf1RepositoryRepositoryWithDefaults instantiates a new HelmResponseAllOfSourceOneOf1RepositoryRepository 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

GetId

func (o *HelmResponseAllOfSourceOneOf1RepositoryRepository) GetId() string

GetId returns the Id field if non-nil, zero value otherwise.

GetIdOk

func (o *HelmResponseAllOfSourceOneOf1RepositoryRepository) GetIdOk() (*string, bool)

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

SetId

func (o *HelmResponseAllOfSourceOneOf1RepositoryRepository) SetId(v string)

SetId sets Id field to given value.

GetName

func (o *HelmResponseAllOfSourceOneOf1RepositoryRepository) GetName() string

GetName returns the Name field if non-nil, zero value otherwise.

GetNameOk

func (o *HelmResponseAllOfSourceOneOf1RepositoryRepository) GetNameOk() (*string, bool)

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

SetName

func (o *HelmResponseAllOfSourceOneOf1RepositoryRepository) SetName(v string)

SetName sets Name field to given value.

GetUrl

func (o *HelmResponseAllOfSourceOneOf1RepositoryRepository) GetUrl() string

GetUrl returns the Url field if non-nil, zero value otherwise.

GetUrlOk

func (o *HelmResponseAllOfSourceOneOf1RepositoryRepository) GetUrlOk() (*string, bool)

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

SetUrl

func (o *HelmResponseAllOfSourceOneOf1RepositoryRepository) SetUrl(v string)

SetUrl sets Url field to given value.

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