Skip to content

Latest commit

 

History

History
135 lines (72 loc) · 3.44 KB

File metadata and controls

135 lines (72 loc) · 3.44 KB

FunctionParamResponse

Properties

Name Type Description Notes
DType string
Loc string
Addr string
Length int32
Name string

Methods

NewFunctionParamResponse

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

NewFunctionParamResponseWithDefaults

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

GetDType

func (o *FunctionParamResponse) GetDType() string

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

GetDTypeOk

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.

SetDType

func (o *FunctionParamResponse) SetDType(v string)

SetDType sets DType field to given value.

GetLoc

func (o *FunctionParamResponse) GetLoc() string

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

GetLocOk

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.

SetLoc

func (o *FunctionParamResponse) SetLoc(v string)

SetLoc sets Loc field to given value.

GetAddr

func (o *FunctionParamResponse) GetAddr() string

GetAddr returns the Addr field if non-nil, zero value otherwise.

GetAddrOk

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.

SetAddr

func (o *FunctionParamResponse) SetAddr(v string)

SetAddr sets Addr field to given value.

GetLength

func (o *FunctionParamResponse) GetLength() int32

GetLength returns the Length field if non-nil, zero value otherwise.

GetLengthOk

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.

SetLength

func (o *FunctionParamResponse) SetLength(v int32)

SetLength sets Length field to given value.

GetName

func (o *FunctionParamResponse) GetName() string

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

GetNameOk

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.

SetName

func (o *FunctionParamResponse) SetName(v string)

SetName sets Name field to given value.

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