Skip to content

Latest commit

 

History

History
212 lines (115 loc) · 6.34 KB

StructuresParamConfig.md

File metadata and controls

212 lines (115 loc) · 6.34 KB

StructuresParamConfig

Properties

Name Type Description Notes
Name Pointer to string [optional]
DocumentationLink Pointer to string [optional]
IntegerValue Pointer to map[string]interface{} [optional]
FloatValue Pointer to map[string]interface{} [optional]
StringValue Pointer to map[string]interface{} [optional]
EnumValue Pointer to StructuresParamConfigEnumValue [optional]
SetValue Pointer to StructuresParamConfigSetValue [optional]

Methods

NewStructuresParamConfig

func NewStructuresParamConfig() *StructuresParamConfig

NewStructuresParamConfig instantiates a new StructuresParamConfig 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

NewStructuresParamConfigWithDefaults

func NewStructuresParamConfigWithDefaults() *StructuresParamConfig

NewStructuresParamConfigWithDefaults instantiates a new StructuresParamConfig 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 *StructuresParamConfig) GetName() string

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

GetNameOk

func (o *StructuresParamConfig) 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 *StructuresParamConfig) SetName(v string)

SetName sets Name field to given value.

HasName

func (o *StructuresParamConfig) HasName() bool

HasName returns a boolean if a field has been set.

GetDocumentationLink

func (o *StructuresParamConfig) GetDocumentationLink() string

GetDocumentationLink returns the DocumentationLink field if non-nil, zero value otherwise.

GetDocumentationLinkOk

func (o *StructuresParamConfig) GetDocumentationLinkOk() (*string, bool)

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

SetDocumentationLink

func (o *StructuresParamConfig) SetDocumentationLink(v string)

SetDocumentationLink sets DocumentationLink field to given value.

HasDocumentationLink

func (o *StructuresParamConfig) HasDocumentationLink() bool

HasDocumentationLink returns a boolean if a field has been set.

GetIntegerValue

func (o *StructuresParamConfig) GetIntegerValue() map[string]interface{}

GetIntegerValue returns the IntegerValue field if non-nil, zero value otherwise.

GetIntegerValueOk

func (o *StructuresParamConfig) GetIntegerValueOk() (*map[string]interface{}, bool)

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

SetIntegerValue

func (o *StructuresParamConfig) SetIntegerValue(v map[string]interface{})

SetIntegerValue sets IntegerValue field to given value.

HasIntegerValue

func (o *StructuresParamConfig) HasIntegerValue() bool

HasIntegerValue returns a boolean if a field has been set.

GetFloatValue

func (o *StructuresParamConfig) GetFloatValue() map[string]interface{}

GetFloatValue returns the FloatValue field if non-nil, zero value otherwise.

GetFloatValueOk

func (o *StructuresParamConfig) GetFloatValueOk() (*map[string]interface{}, bool)

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

SetFloatValue

func (o *StructuresParamConfig) SetFloatValue(v map[string]interface{})

SetFloatValue sets FloatValue field to given value.

HasFloatValue

func (o *StructuresParamConfig) HasFloatValue() bool

HasFloatValue returns a boolean if a field has been set.

GetStringValue

func (o *StructuresParamConfig) GetStringValue() map[string]interface{}

GetStringValue returns the StringValue field if non-nil, zero value otherwise.

GetStringValueOk

func (o *StructuresParamConfig) GetStringValueOk() (*map[string]interface{}, bool)

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

SetStringValue

func (o *StructuresParamConfig) SetStringValue(v map[string]interface{})

SetStringValue sets StringValue field to given value.

HasStringValue

func (o *StructuresParamConfig) HasStringValue() bool

HasStringValue returns a boolean if a field has been set.

GetEnumValue

func (o *StructuresParamConfig) GetEnumValue() StructuresParamConfigEnumValue

GetEnumValue returns the EnumValue field if non-nil, zero value otherwise.

GetEnumValueOk

func (o *StructuresParamConfig) GetEnumValueOk() (*StructuresParamConfigEnumValue, bool)

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

SetEnumValue

func (o *StructuresParamConfig) SetEnumValue(v StructuresParamConfigEnumValue)

SetEnumValue sets EnumValue field to given value.

HasEnumValue

func (o *StructuresParamConfig) HasEnumValue() bool

HasEnumValue returns a boolean if a field has been set.

GetSetValue

func (o *StructuresParamConfig) GetSetValue() StructuresParamConfigSetValue

GetSetValue returns the SetValue field if non-nil, zero value otherwise.

GetSetValueOk

func (o *StructuresParamConfig) GetSetValueOk() (*StructuresParamConfigSetValue, bool)

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

SetSetValue

func (o *StructuresParamConfig) SetSetValue(v StructuresParamConfigSetValue)

SetSetValue sets SetValue field to given value.

HasSetValue

func (o *StructuresParamConfig) HasSetValue() bool

HasSetValue returns a boolean if a field has been set.

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