Name | Type | Description | Notes |
---|---|---|---|
Body | Pointer to Document | [optional] | |
AddedReactions | Pointer to []string | Reactions to add to the comment. | [optional] |
RemovedReactions | Pointer to []string | Reactions to remove from the comment. | [optional] |
func NewUpdateCommentReplySchema() *UpdateCommentReplySchema
NewUpdateCommentReplySchema instantiates a new UpdateCommentReplySchema 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 NewUpdateCommentReplySchemaWithDefaults() *UpdateCommentReplySchema
NewUpdateCommentReplySchemaWithDefaults instantiates a new UpdateCommentReplySchema 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 *UpdateCommentReplySchema) GetBody() Document
GetBody returns the Body field if non-nil, zero value otherwise.
func (o *UpdateCommentReplySchema) GetBodyOk() (*Document, 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 *UpdateCommentReplySchema) SetBody(v Document)
SetBody sets Body field to given value.
func (o *UpdateCommentReplySchema) HasBody() bool
HasBody returns a boolean if a field has been set.
func (o *UpdateCommentReplySchema) GetAddedReactions() []string
GetAddedReactions returns the AddedReactions field if non-nil, zero value otherwise.
func (o *UpdateCommentReplySchema) GetAddedReactionsOk() (*[]string, bool)
GetAddedReactionsOk returns a tuple with the AddedReactions field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UpdateCommentReplySchema) SetAddedReactions(v []string)
SetAddedReactions sets AddedReactions field to given value.
func (o *UpdateCommentReplySchema) HasAddedReactions() bool
HasAddedReactions returns a boolean if a field has been set.
func (o *UpdateCommentReplySchema) GetRemovedReactions() []string
GetRemovedReactions returns the RemovedReactions field if non-nil, zero value otherwise.
func (o *UpdateCommentReplySchema) GetRemovedReactionsOk() (*[]string, bool)
GetRemovedReactionsOk returns a tuple with the RemovedReactions field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UpdateCommentReplySchema) SetRemovedReactions(v []string)
SetRemovedReactions sets RemovedReactions field to given value.
func (o *UpdateCommentReplySchema) HasRemovedReactions() bool
HasRemovedReactions returns a boolean if a field has been set.