Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Comment ¶
type Comment struct { // The content of the comment. // // This is a free text field with support for github flavored markdown. // // Required: true Content *string `json:"content"` // The time at which this comment was created. // // This field is autogenerated when the content is posted. // Read Only: true // Format: date-time CreatedAt strfmt.DateTime `json:"createdAt,omitempty"` // user // Required: true User *UserCard `json:"user"` }
Comment A comment for an issue.
Users can comment on issues to discuss plans for resolution etc.
swagger:model Comment
func (*Comment) ContextValidate ¶
ContextValidate validate this comment based on the context it is used
func (*Comment) MarshalBinary ¶
MarshalBinary interface implementation
func (*Comment) UnmarshalBinary ¶
UnmarshalBinary interface implementation
Click to show internal directories.
Click to hide internal directories.