| Name | Type | Description | Notes |
|---|---|---|---|
| DataTypes | []DataTypeEntry | The data types this analysis gained or had replaced, ordered by data_type_id. Empty when every type the copied signatures need was already stored unchanged. | |
| Signatures | []FunctionSignatureEntry | The stored signatures of the target functions, in request order. |
func NewCopyFunctionSignaturesOutputBody(dataTypes []DataTypeEntry, signatures []FunctionSignatureEntry, ) *CopyFunctionSignaturesOutputBody
NewCopyFunctionSignaturesOutputBody instantiates a new CopyFunctionSignaturesOutputBody 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 NewCopyFunctionSignaturesOutputBodyWithDefaults() *CopyFunctionSignaturesOutputBody
NewCopyFunctionSignaturesOutputBodyWithDefaults instantiates a new CopyFunctionSignaturesOutputBody 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 *CopyFunctionSignaturesOutputBody) GetDataTypes() []DataTypeEntry
GetDataTypes returns the DataTypes field if non-nil, zero value otherwise.
func (o *CopyFunctionSignaturesOutputBody) GetDataTypesOk() (*[]DataTypeEntry, bool)
GetDataTypesOk returns a tuple with the DataTypes field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CopyFunctionSignaturesOutputBody) SetDataTypes(v []DataTypeEntry)
SetDataTypes sets DataTypes field to given value.
func (o *CopyFunctionSignaturesOutputBody) SetDataTypesNil(b bool)
SetDataTypesNil sets the value for DataTypes to be an explicit nil
func (o *CopyFunctionSignaturesOutputBody) UnsetDataTypes()
UnsetDataTypes ensures that no value is present for DataTypes, not even an explicit nil
func (o *CopyFunctionSignaturesOutputBody) GetSignatures() []FunctionSignatureEntry
GetSignatures returns the Signatures field if non-nil, zero value otherwise.
func (o *CopyFunctionSignaturesOutputBody) GetSignaturesOk() (*[]FunctionSignatureEntry, bool)
GetSignaturesOk returns a tuple with the Signatures field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CopyFunctionSignaturesOutputBody) SetSignatures(v []FunctionSignatureEntry)
SetSignatures sets Signatures field to given value.
func (o *CopyFunctionSignaturesOutputBody) SetSignaturesNil(b bool)
SetSignaturesNil sets the value for Signatures to be an explicit nil
func (o *CopyFunctionSignaturesOutputBody) UnsetSignatures()
UnsetSignatures ensures that no value is present for Signatures, not even an explicit nil