Skip to content

Latest commit

 

History

History
77 lines (42 loc) · 2.08 KB

Taskname.md

File metadata and controls

77 lines (42 loc) · 2.08 KB

Taskname

Properties

Name Type Description Notes
TasknameId Pointer to int32 [optional] [readonly]
TasknameName string

Methods

NewTaskname

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

NewTasknameWithDefaults

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

GetTasknameId

func (o *Taskname) GetTasknameId() int32

GetTasknameId returns the TasknameId field if non-nil, zero value otherwise.

GetTasknameIdOk

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.

SetTasknameId

func (o *Taskname) SetTasknameId(v int32)

SetTasknameId sets TasknameId field to given value.

HasTasknameId

func (o *Taskname) HasTasknameId() bool

HasTasknameId returns a boolean if a field has been set.

GetTasknameName

func (o *Taskname) GetTasknameName() string

GetTasknameName returns the TasknameName field if non-nil, zero value otherwise.

GetTasknameNameOk

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.

SetTasknameName

func (o *Taskname) SetTasknameName(v string)

SetTasknameName sets TasknameName field to given value.

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