Skip to content

Latest commit

 

History

History
160 lines (87 loc) · 4.5 KB

File metadata and controls

160 lines (87 loc) · 4.5 KB

ApiClassParameterOutputEntry

Properties

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]

Methods

NewApiClassParameterOutputEntry

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

NewApiClassParameterOutputEntryWithDefaults

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

GetName

func (o *ApiClassParameterOutputEntry) GetName() string

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

GetNameOk

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.

SetName

func (o *ApiClassParameterOutputEntry) SetName(v string)

SetName sets Name field to given value.

HasName

func (o *ApiClassParameterOutputEntry) HasName() bool

HasName returns a boolean if a field has been set.

GetValue

func (o *ApiClassParameterOutputEntry) GetValue() string

GetValue returns the Value field if non-nil, zero value otherwise.

GetValueOk

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.

SetValue

func (o *ApiClassParameterOutputEntry) SetValue(v string)

SetValue sets Value field to given value.

HasValue

func (o *ApiClassParameterOutputEntry) HasValue() bool

HasValue returns a boolean if a field has been set.

GetInheritance

func (o *ApiClassParameterOutputEntry) GetInheritance() string

GetInheritance returns the Inheritance field if non-nil, zero value otherwise.

GetInheritanceOk

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.

SetInheritance

func (o *ApiClassParameterOutputEntry) SetInheritance(v string)

SetInheritance sets Inheritance field to given value.

HasInheritance

func (o *ApiClassParameterOutputEntry) HasInheritance() bool

HasInheritance returns a boolean if a field has been set.

GetPropagation

func (o *ApiClassParameterOutputEntry) GetPropagation() string

GetPropagation returns the Propagation field if non-nil, zero value otherwise.

GetPropagationOk

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.

SetPropagation

func (o *ApiClassParameterOutputEntry) SetPropagation(v string)

SetPropagation sets Propagation field to given value.

HasPropagation

func (o *ApiClassParameterOutputEntry) HasPropagation() bool

HasPropagation returns a boolean if a field has been set.

GetSource

func (o *ApiClassParameterOutputEntry) GetSource() string

GetSource returns the Source field if non-nil, zero value otherwise.

GetSourceOk

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.

SetSource

func (o *ApiClassParameterOutputEntry) SetSource(v string)

SetSource sets Source field to given value.

HasSource

func (o *ApiClassParameterOutputEntry) HasSource() bool

HasSource returns a boolean if a field has been set.

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