| Name | Type | Description | Notes |
|---|---|---|---|
| NewName | string | The new name for the function | |
| NewMangledName | string | The new mangled name for the function |
func NewFunctionRename(newName string, newMangledName string, ) *FunctionRename
NewFunctionRename instantiates a new FunctionRename 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 NewFunctionRenameWithDefaults() *FunctionRename
NewFunctionRenameWithDefaults instantiates a new FunctionRename 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 *FunctionRename) GetNewName() string
GetNewName returns the NewName field if non-nil, zero value otherwise.
func (o *FunctionRename) GetNewNameOk() (*string, bool)
GetNewNameOk returns a tuple with the NewName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *FunctionRename) SetNewName(v string)
SetNewName sets NewName field to given value.
func (o *FunctionRename) GetNewMangledName() string
GetNewMangledName returns the NewMangledName field if non-nil, zero value otherwise.
func (o *FunctionRename) GetNewMangledNameOk() (*string, bool)
GetNewMangledNameOk returns a tuple with the NewMangledName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *FunctionRename) SetNewMangledName(v string)
SetNewMangledName sets NewMangledName field to given value.