| Name | Type | Description | Notes |
|---|---|---|---|
| EntryId | string | The ID of the entry the comment belongs to. | |
| ListId | string | The ID of the list the entry belongs to. |
func NewCommentEntry(entryId string, listId string, ) *CommentEntry
NewCommentEntry instantiates a new CommentEntry 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 NewCommentEntryWithDefaults() *CommentEntry
NewCommentEntryWithDefaults instantiates a new CommentEntry 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 *CommentEntry) GetEntryId() string
GetEntryId returns the EntryId field if non-nil, zero value otherwise.
func (o *CommentEntry) GetEntryIdOk() (*string, bool)
GetEntryIdOk returns a tuple with the EntryId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CommentEntry) SetEntryId(v string)
SetEntryId sets EntryId field to given value.
func (o *CommentEntry) GetListId() string
GetListId returns the ListId field if non-nil, zero value otherwise.
func (o *CommentEntry) GetListIdOk() (*string, bool)
GetListIdOk returns a tuple with the ListId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CommentEntry) SetListId(v string)
SetListId sets ListId field to given value.