Name | Type | Description | Notes |
---|---|---|---|
Kind | HelmRepositoryKindEnum | ||
RequiredConfig | map[string]interface{} | ||
IsMandatory | bool |
func NewAvailableHelmRepositoryResponse(kind HelmRepositoryKindEnum, requiredConfig map[string]interface{}, isMandatory bool, ) *AvailableHelmRepositoryResponse
NewAvailableHelmRepositoryResponse instantiates a new AvailableHelmRepositoryResponse 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 NewAvailableHelmRepositoryResponseWithDefaults() *AvailableHelmRepositoryResponse
NewAvailableHelmRepositoryResponseWithDefaults instantiates a new AvailableHelmRepositoryResponse 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 *AvailableHelmRepositoryResponse) GetKind() HelmRepositoryKindEnum
GetKind returns the Kind field if non-nil, zero value otherwise.
func (o *AvailableHelmRepositoryResponse) GetKindOk() (*HelmRepositoryKindEnum, bool)
GetKindOk returns a tuple with the Kind field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AvailableHelmRepositoryResponse) SetKind(v HelmRepositoryKindEnum)
SetKind sets Kind field to given value.
func (o *AvailableHelmRepositoryResponse) GetRequiredConfig() map[string]interface{}
GetRequiredConfig returns the RequiredConfig field if non-nil, zero value otherwise.
func (o *AvailableHelmRepositoryResponse) GetRequiredConfigOk() (*map[string]interface{}, bool)
GetRequiredConfigOk returns a tuple with the RequiredConfig field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AvailableHelmRepositoryResponse) SetRequiredConfig(v map[string]interface{})
SetRequiredConfig sets RequiredConfig field to given value.
func (o *AvailableHelmRepositoryResponse) GetIsMandatory() bool
GetIsMandatory returns the IsMandatory field if non-nil, zero value otherwise.
func (o *AvailableHelmRepositoryResponse) GetIsMandatoryOk() (*bool, bool)
GetIsMandatoryOk returns a tuple with the IsMandatory field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AvailableHelmRepositoryResponse) SetIsMandatory(v bool)
SetIsMandatory sets IsMandatory field to given value.