| Name | Type | Description | Notes |
|---|---|---|---|
| DType | string | ||
| Loc | string | ||
| Addr | string | ||
| Length | int32 | ||
| Name | string |
func NewFunctionParamResponse(dType string, loc string, addr string, length int32, name string, ) *FunctionParamResponse
NewFunctionParamResponse instantiates a new FunctionParamResponse 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 NewFunctionParamResponseWithDefaults() *FunctionParamResponse
NewFunctionParamResponseWithDefaults instantiates a new FunctionParamResponse 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 *FunctionParamResponse) GetDType() string
GetDType returns the DType field if non-nil, zero value otherwise.
func (o *FunctionParamResponse) GetDTypeOk() (*string, bool)
GetDTypeOk returns a tuple with the DType field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *FunctionParamResponse) SetDType(v string)
SetDType sets DType field to given value.
func (o *FunctionParamResponse) GetLoc() string
GetLoc returns the Loc field if non-nil, zero value otherwise.
func (o *FunctionParamResponse) GetLocOk() (*string, bool)
GetLocOk returns a tuple with the Loc field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *FunctionParamResponse) SetLoc(v string)
SetLoc sets Loc field to given value.
func (o *FunctionParamResponse) GetAddr() string
GetAddr returns the Addr field if non-nil, zero value otherwise.
func (o *FunctionParamResponse) GetAddrOk() (*string, bool)
GetAddrOk returns a tuple with the Addr field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *FunctionParamResponse) SetAddr(v string)
SetAddr sets Addr field to given value.
func (o *FunctionParamResponse) GetLength() int32
GetLength returns the Length field if non-nil, zero value otherwise.
func (o *FunctionParamResponse) GetLengthOk() (*int32, bool)
GetLengthOk returns a tuple with the Length field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *FunctionParamResponse) SetLength(v int32)
SetLength sets Length field to given value.
func (o *FunctionParamResponse) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *FunctionParamResponse) 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 *FunctionParamResponse) SetName(v string)
SetName sets Name field to given value.