| Name | Type | Description | Notes |
|---|---|---|---|
| Address | string | ||
| DType | string | ||
| Size | int32 | ||
| Loc | string | ||
| Name | string |
func NewFunctionLocalVariableResponse(address string, dType string, size int32, loc string, name string, ) *FunctionLocalVariableResponse
NewFunctionLocalVariableResponse instantiates a new FunctionLocalVariableResponse 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 NewFunctionLocalVariableResponseWithDefaults() *FunctionLocalVariableResponse
NewFunctionLocalVariableResponseWithDefaults instantiates a new FunctionLocalVariableResponse 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 *FunctionLocalVariableResponse) GetAddress() string
GetAddress returns the Address field if non-nil, zero value otherwise.
func (o *FunctionLocalVariableResponse) GetAddressOk() (*string, bool)
GetAddressOk returns a tuple with the Address field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *FunctionLocalVariableResponse) SetAddress(v string)
SetAddress sets Address field to given value.
func (o *FunctionLocalVariableResponse) GetDType() string
GetDType returns the DType field if non-nil, zero value otherwise.
func (o *FunctionLocalVariableResponse) 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 *FunctionLocalVariableResponse) SetDType(v string)
SetDType sets DType field to given value.
func (o *FunctionLocalVariableResponse) GetSize() int32
GetSize returns the Size field if non-nil, zero value otherwise.
func (o *FunctionLocalVariableResponse) GetSizeOk() (*int32, bool)
GetSizeOk returns a tuple with the Size field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *FunctionLocalVariableResponse) SetSize(v int32)
SetSize sets Size field to given value.
func (o *FunctionLocalVariableResponse) GetLoc() string
GetLoc returns the Loc field if non-nil, zero value otherwise.
func (o *FunctionLocalVariableResponse) 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 *FunctionLocalVariableResponse) SetLoc(v string)
SetLoc sets Loc field to given value.
func (o *FunctionLocalVariableResponse) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *FunctionLocalVariableResponse) 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 *FunctionLocalVariableResponse) SetName(v string)
SetName sets Name field to given value.