gitee.com/openeuler/go-gitee@v0.0.0-20220530104019-3af895bc380c/gitee/model_note.go (about)

     1  /*
     2   * 码云 Open API
     3   *
     4   * No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
     5   *
     6   * API version: 5.3.2
     7   * Generated by: Swagger Codegen (https://github.com/swagger-api/swagger-codegen.git)
     8   */
     9  
    10  package gitee
    11  
    12  // 获取企业某个Issue所有评论
    13  type Note struct {
    14  	Id        int32  `json:"id,omitempty"`
    15  	Body      string `json:"body,omitempty"`
    16  	BodyHtml  string `json:"body_html,omitempty"`
    17  	User      *User  `json:"user,omitempty"`
    18  	Source    string `json:"source,omitempty"`
    19  	CreatedAt string `json:"created_at,omitempty"`
    20  	Target    string `json:"target,omitempty"`
    21  }