Module Values.DeleteCommentContentInputSource

Deletes the content of a comment made on a change, file, or commit in a repository.

Sourcetype nonrec t = {
  1. commentId : CommentId.t;
    (*

    The unique, system-generated ID of the comment. To get this ID, use GetCommentsForComparedCommit or GetCommentsForPullRequest.

    *)
}
Sourceval context_ : string
Sourceval make : commentId:CommentId.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of CommentId.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t