| Name | Type | Description | Notes |
|---|---|---|---|
| Name | Pointer to string | [optional] | |
| Value | Pointer to string | [optional] | |
| Inheritance | Pointer to string | [optional] | |
| Propagation | Pointer to string | [optional] | |
| Source | Pointer to string | [optional] |
func NewApiClassParameterOutputEntry() *ApiClassParameterOutputEntry
NewApiClassParameterOutputEntry instantiates a new ApiClassParameterOutputEntry 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 NewApiClassParameterOutputEntryWithDefaults() *ApiClassParameterOutputEntry
NewApiClassParameterOutputEntryWithDefaults instantiates a new ApiClassParameterOutputEntry 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 *ApiClassParameterOutputEntry) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *ApiClassParameterOutputEntry) 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.
func (o *ApiClassParameterOutputEntry) SetName(v string)
SetName sets Name field to given value.
func (o *ApiClassParameterOutputEntry) HasName() bool
HasName returns a boolean if a field has been set.
func (o *ApiClassParameterOutputEntry) GetValue() string
GetValue returns the Value field if non-nil, zero value otherwise.
func (o *ApiClassParameterOutputEntry) GetValueOk() (*string, bool)
GetValueOk returns a tuple with the Value field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ApiClassParameterOutputEntry) SetValue(v string)
SetValue sets Value field to given value.
func (o *ApiClassParameterOutputEntry) HasValue() bool
HasValue returns a boolean if a field has been set.
func (o *ApiClassParameterOutputEntry) GetInheritance() string
GetInheritance returns the Inheritance field if non-nil, zero value otherwise.
func (o *ApiClassParameterOutputEntry) GetInheritanceOk() (*string, bool)
GetInheritanceOk returns a tuple with the Inheritance field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ApiClassParameterOutputEntry) SetInheritance(v string)
SetInheritance sets Inheritance field to given value.
func (o *ApiClassParameterOutputEntry) HasInheritance() bool
HasInheritance returns a boolean if a field has been set.
func (o *ApiClassParameterOutputEntry) GetPropagation() string
GetPropagation returns the Propagation field if non-nil, zero value otherwise.
func (o *ApiClassParameterOutputEntry) GetPropagationOk() (*string, bool)
GetPropagationOk returns a tuple with the Propagation field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ApiClassParameterOutputEntry) SetPropagation(v string)
SetPropagation sets Propagation field to given value.
func (o *ApiClassParameterOutputEntry) HasPropagation() bool
HasPropagation returns a boolean if a field has been set.
func (o *ApiClassParameterOutputEntry) GetSource() string
GetSource returns the Source field if non-nil, zero value otherwise.
func (o *ApiClassParameterOutputEntry) GetSourceOk() (*string, bool)
GetSourceOk returns a tuple with the Source field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ApiClassParameterOutputEntry) SetSource(v string)
SetSource sets Source field to given value.
func (o *ApiClassParameterOutputEntry) HasSource() bool
HasSource returns a boolean if a field has been set.