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] |
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
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
func (o *StructuresParamConfig) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
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.
func (o *StructuresParamConfig) SetName(v string)
SetName sets Name field to given value.
func (o *StructuresParamConfig) HasName() bool
HasName returns a boolean if a field has been set.
func (o *StructuresParamConfig) GetDocumentationLink() string
GetDocumentationLink returns the DocumentationLink field if non-nil, zero value otherwise.
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.
func (o *StructuresParamConfig) SetDocumentationLink(v string)
SetDocumentationLink sets DocumentationLink field to given value.
func (o *StructuresParamConfig) HasDocumentationLink() bool
HasDocumentationLink returns a boolean if a field has been set.
func (o *StructuresParamConfig) GetIntegerValue() map[string]interface{}
GetIntegerValue returns the IntegerValue field if non-nil, zero value otherwise.
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.
func (o *StructuresParamConfig) SetIntegerValue(v map[string]interface{})
SetIntegerValue sets IntegerValue field to given value.
func (o *StructuresParamConfig) HasIntegerValue() bool
HasIntegerValue returns a boolean if a field has been set.
func (o *StructuresParamConfig) GetFloatValue() map[string]interface{}
GetFloatValue returns the FloatValue field if non-nil, zero value otherwise.
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.
func (o *StructuresParamConfig) SetFloatValue(v map[string]interface{})
SetFloatValue sets FloatValue field to given value.
func (o *StructuresParamConfig) HasFloatValue() bool
HasFloatValue returns a boolean if a field has been set.
func (o *StructuresParamConfig) GetStringValue() map[string]interface{}
GetStringValue returns the StringValue field if non-nil, zero value otherwise.
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.
func (o *StructuresParamConfig) SetStringValue(v map[string]interface{})
SetStringValue sets StringValue field to given value.
func (o *StructuresParamConfig) HasStringValue() bool
HasStringValue returns a boolean if a field has been set.
func (o *StructuresParamConfig) GetEnumValue() StructuresParamConfigEnumValue
GetEnumValue returns the EnumValue field if non-nil, zero value otherwise.
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.
func (o *StructuresParamConfig) SetEnumValue(v StructuresParamConfigEnumValue)
SetEnumValue sets EnumValue field to given value.
func (o *StructuresParamConfig) HasEnumValue() bool
HasEnumValue returns a boolean if a field has been set.
func (o *StructuresParamConfig) GetSetValue() StructuresParamConfigSetValue
GetSetValue returns the SetValue field if non-nil, zero value otherwise.
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.
func (o *StructuresParamConfig) SetSetValue(v StructuresParamConfigSetValue)
SetSetValue sets SetValue field to given value.
func (o *StructuresParamConfig) HasSetValue() bool
HasSetValue returns a boolean if a field has been set.