| Name | Type | Description | Notes |
|---|---|---|---|
| CallingConvention | Pointer to string | Calling convention. Omit when there is none to record. | [optional] |
| Parameters | []SignatureParameterInput | Parameters in argument order. An empty list records a function that takes no arguments. | |
| ReturnDataTypeId | Pointer to int64 | Return type, which must belong to this analysis. Omit for an unresolved return type. | [optional] |
func NewUpdateFunctionSignatureInputBody(parameters []SignatureParameterInput, ) *UpdateFunctionSignatureInputBody
NewUpdateFunctionSignatureInputBody instantiates a new UpdateFunctionSignatureInputBody 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 NewUpdateFunctionSignatureInputBodyWithDefaults() *UpdateFunctionSignatureInputBody
NewUpdateFunctionSignatureInputBodyWithDefaults instantiates a new UpdateFunctionSignatureInputBody 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 *UpdateFunctionSignatureInputBody) GetCallingConvention() string
GetCallingConvention returns the CallingConvention field if non-nil, zero value otherwise.
func (o *UpdateFunctionSignatureInputBody) GetCallingConventionOk() (*string, bool)
GetCallingConventionOk returns a tuple with the CallingConvention field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UpdateFunctionSignatureInputBody) SetCallingConvention(v string)
SetCallingConvention sets CallingConvention field to given value.
func (o *UpdateFunctionSignatureInputBody) HasCallingConvention() bool
HasCallingConvention returns a boolean if a field has been set.
func (o *UpdateFunctionSignatureInputBody) GetParameters() []SignatureParameterInput
GetParameters returns the Parameters field if non-nil, zero value otherwise.
func (o *UpdateFunctionSignatureInputBody) GetParametersOk() (*[]SignatureParameterInput, bool)
GetParametersOk returns a tuple with the Parameters field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UpdateFunctionSignatureInputBody) SetParameters(v []SignatureParameterInput)
SetParameters sets Parameters field to given value.
func (o *UpdateFunctionSignatureInputBody) SetParametersNil(b bool)
SetParametersNil sets the value for Parameters to be an explicit nil
func (o *UpdateFunctionSignatureInputBody) UnsetParameters()
UnsetParameters ensures that no value is present for Parameters, not even an explicit nil
func (o *UpdateFunctionSignatureInputBody) GetReturnDataTypeId() int64
GetReturnDataTypeId returns the ReturnDataTypeId field if non-nil, zero value otherwise.
func (o *UpdateFunctionSignatureInputBody) GetReturnDataTypeIdOk() (*int64, bool)
GetReturnDataTypeIdOk returns a tuple with the ReturnDataTypeId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UpdateFunctionSignatureInputBody) SetReturnDataTypeId(v int64)
SetReturnDataTypeId sets ReturnDataTypeId field to given value.
func (o *UpdateFunctionSignatureInputBody) HasReturnDataTypeId() bool
HasReturnDataTypeId returns a boolean if a field has been set.