| Name | Type | Description | Notes |
|---|---|---|---|
| ChangeRequestCommentId | int64 | Identifier of the Change Request comment. | |
| Body | string | Body content of the comment. | |
| CreatedAt | time.Time | The UTC date and time when the comment was created. | |
| UserEmail | string | Email of the user who created the comment. | |
| UserFullName | string | Full name of the user who created the comment. | |
| EditedAt | NullableTime | Optional UTC date and time when the comment was last edited. |
func NewChangeRequestCommentModel(changeRequestCommentId int64, body string, createdAt time.Time, userEmail string, userFullName string, editedAt NullableTime, ) *ChangeRequestCommentModel
NewChangeRequestCommentModel instantiates a new ChangeRequestCommentModel 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 NewChangeRequestCommentModelWithDefaults() *ChangeRequestCommentModel
NewChangeRequestCommentModelWithDefaults instantiates a new ChangeRequestCommentModel 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 *ChangeRequestCommentModel) GetChangeRequestCommentId() int64
GetChangeRequestCommentId returns the ChangeRequestCommentId field if non-nil, zero value otherwise.
func (o *ChangeRequestCommentModel) GetChangeRequestCommentIdOk() (*int64, bool)
GetChangeRequestCommentIdOk returns a tuple with the ChangeRequestCommentId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ChangeRequestCommentModel) SetChangeRequestCommentId(v int64)
SetChangeRequestCommentId sets ChangeRequestCommentId field to given value.
func (o *ChangeRequestCommentModel) GetBody() string
GetBody returns the Body field if non-nil, zero value otherwise.
func (o *ChangeRequestCommentModel) GetBodyOk() (*string, bool)
GetBodyOk returns a tuple with the Body field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ChangeRequestCommentModel) SetBody(v string)
SetBody sets Body field to given value.
func (o *ChangeRequestCommentModel) GetCreatedAt() time.Time
GetCreatedAt returns the CreatedAt field if non-nil, zero value otherwise.
func (o *ChangeRequestCommentModel) GetCreatedAtOk() (*time.Time, bool)
GetCreatedAtOk returns a tuple with the CreatedAt field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ChangeRequestCommentModel) SetCreatedAt(v time.Time)
SetCreatedAt sets CreatedAt field to given value.
func (o *ChangeRequestCommentModel) GetUserEmail() string
GetUserEmail returns the UserEmail field if non-nil, zero value otherwise.
func (o *ChangeRequestCommentModel) GetUserEmailOk() (*string, bool)
GetUserEmailOk returns a tuple with the UserEmail field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ChangeRequestCommentModel) SetUserEmail(v string)
SetUserEmail sets UserEmail field to given value.
func (o *ChangeRequestCommentModel) GetUserFullName() string
GetUserFullName returns the UserFullName field if non-nil, zero value otherwise.
func (o *ChangeRequestCommentModel) GetUserFullNameOk() (*string, bool)
GetUserFullNameOk returns a tuple with the UserFullName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ChangeRequestCommentModel) SetUserFullName(v string)
SetUserFullName sets UserFullName field to given value.
func (o *ChangeRequestCommentModel) GetEditedAt() time.Time
GetEditedAt returns the EditedAt field if non-nil, zero value otherwise.
func (o *ChangeRequestCommentModel) GetEditedAtOk() (*time.Time, bool)
GetEditedAtOk returns a tuple with the EditedAt field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ChangeRequestCommentModel) SetEditedAt(v time.Time)
SetEditedAt sets EditedAt field to given value.
func (o *ChangeRequestCommentModel) SetEditedAtNil(b bool)
SetEditedAtNil sets the value for EditedAt to be an explicit nil
func (o *ChangeRequestCommentModel) UnsetEditedAt()
UnsetEditedAt ensures that no value is present for EditedAt, not even an explicit nil