Skip to content

Latest commit

 

History

History
135 lines (72 loc) · 3.66 KB

File metadata and controls

135 lines (72 loc) · 3.66 KB

FunctionLocalVariableResponse

Properties

Name Type Description Notes
Address string
DType string
Size int32
Loc string
Name string

Methods

NewFunctionLocalVariableResponse

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

NewFunctionLocalVariableResponseWithDefaults

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

GetAddress

func (o *FunctionLocalVariableResponse) GetAddress() string

GetAddress returns the Address field if non-nil, zero value otherwise.

GetAddressOk

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.

SetAddress

func (o *FunctionLocalVariableResponse) SetAddress(v string)

SetAddress sets Address field to given value.

GetDType

func (o *FunctionLocalVariableResponse) GetDType() string

GetDType returns the DType field if non-nil, zero value otherwise.

GetDTypeOk

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.

SetDType

func (o *FunctionLocalVariableResponse) SetDType(v string)

SetDType sets DType field to given value.

GetSize

func (o *FunctionLocalVariableResponse) GetSize() int32

GetSize returns the Size field if non-nil, zero value otherwise.

GetSizeOk

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.

SetSize

func (o *FunctionLocalVariableResponse) SetSize(v int32)

SetSize sets Size field to given value.

GetLoc

func (o *FunctionLocalVariableResponse) GetLoc() string

GetLoc returns the Loc field if non-nil, zero value otherwise.

GetLocOk

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.

SetLoc

func (o *FunctionLocalVariableResponse) SetLoc(v string)

SetLoc sets Loc field to given value.

GetName

func (o *FunctionLocalVariableResponse) GetName() string

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

GetNameOk

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.

SetName

func (o *FunctionLocalVariableResponse) SetName(v string)

SetName sets Name field to given value.

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