Name | Type | Description | Notes |
---|---|---|---|
TasknameId | Pointer to int32 | [optional] [readonly] | |
TasknameName | string |
func NewTaskname(tasknameName string, ) *Taskname
NewTaskname instantiates a new Taskname 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 NewTasknameWithDefaults() *Taskname
NewTasknameWithDefaults instantiates a new Taskname 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 *Taskname) GetTasknameId() int32
GetTasknameId returns the TasknameId field if non-nil, zero value otherwise.
func (o *Taskname) GetTasknameIdOk() (*int32, bool)
GetTasknameIdOk returns a tuple with the TasknameId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Taskname) SetTasknameId(v int32)
SetTasknameId sets TasknameId field to given value.
func (o *Taskname) HasTasknameId() bool
HasTasknameId returns a boolean if a field has been set.
func (o *Taskname) GetTasknameName() string
GetTasknameName returns the TasknameName field if non-nil, zero value otherwise.
func (o *Taskname) GetTasknameNameOk() (*string, bool)
GetTasknameNameOk returns a tuple with the TasknameName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Taskname) SetTasknameName(v string)
SetTasknameName sets TasknameName field to given value.