| Name | Type | Description | Notes |
|---|---|---|---|
| TaskDescription | Pointer to string | [optional] | |
| TaskType | Pointer to AvailabilityType | [optional] |
func NewTaskDescription() *TaskDescription
NewTaskDescription instantiates a new TaskDescription 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 NewTaskDescriptionWithDefaults() *TaskDescription
NewTaskDescriptionWithDefaults instantiates a new TaskDescription 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 *TaskDescription) GetTaskDescription() string
GetTaskDescription returns the TaskDescription field if non-nil, zero value otherwise.
func (o *TaskDescription) GetTaskDescriptionOk() (*string, bool)
GetTaskDescriptionOk returns a tuple with the TaskDescription field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TaskDescription) SetTaskDescription(v string)
SetTaskDescription sets TaskDescription field to given value.
func (o *TaskDescription) HasTaskDescription() bool
HasTaskDescription returns a boolean if a field has been set.
func (o *TaskDescription) GetTaskType() AvailabilityType
GetTaskType returns the TaskType field if non-nil, zero value otherwise.
func (o *TaskDescription) GetTaskTypeOk() (*AvailabilityType, bool)
GetTaskTypeOk returns a tuple with the TaskType field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TaskDescription) SetTaskType(v AvailabilityType)
SetTaskType sets TaskType field to given value.
func (o *TaskDescription) HasTaskType() bool
HasTaskType returns a boolean if a field has been set.