LogpointApi.Data.Comment (logpoint_api v2.2.0)

Copy Markdown View Source

An incident comment linking a comment string to an incident ID.

Built via LogpointApi.comment/2.

Summary

Types

t()

@type t() :: %LogpointApi.Data.Comment{_id: String.t(), comments: [String.t()]}

Functions

new(id, comments)