| Name | Type | Description | Notes |
|---|---|---|---|
| InlineComments | []InlineComment | Structured inline comments with line numbers | |
| TaskStatus | string | Task status |
func NewCommentsData(inlineComments []InlineComment, taskStatus string, ) *CommentsData
NewCommentsData instantiates a new CommentsData 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 NewCommentsDataWithDefaults() *CommentsData
NewCommentsDataWithDefaults instantiates a new CommentsData 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 *CommentsData) GetInlineComments() []InlineComment
GetInlineComments returns the InlineComments field if non-nil, zero value otherwise.
func (o *CommentsData) GetInlineCommentsOk() (*[]InlineComment, bool)
GetInlineCommentsOk returns a tuple with the InlineComments field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CommentsData) SetInlineComments(v []InlineComment)
SetInlineComments sets InlineComments field to given value.
func (o *CommentsData) SetInlineCommentsNil(b bool)
SetInlineCommentsNil sets the value for InlineComments to be an explicit nil
func (o *CommentsData) UnsetInlineComments()
UnsetInlineComments ensures that no value is present for InlineComments, not even an explicit nil
func (o *CommentsData) GetTaskStatus() string
GetTaskStatus returns the TaskStatus field if non-nil, zero value otherwise.
func (o *CommentsData) GetTaskStatusOk() (*string, bool)
GetTaskStatusOk returns a tuple with the TaskStatus field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CommentsData) SetTaskStatus(v string)
SetTaskStatus sets TaskStatus field to given value.