Inheritance
AlertCommentResponse
Assembly: Seclai.dll
public sealed class AlertCommentResponse
Properties
Body
Declaration
[JsonPropertyName("body")]
public string Body { get; set; }
Property Value
Declaration
[JsonPropertyName("created_at")]
public string? CreatedAt { get; set; }
Property Value
Declaration
[JsonPropertyName("id")]
public string Id { get; set; }
Property Value
Declaration
[JsonPropertyName("user_id")]
public string UserId { get; set; }
Property Value
Declaration
[JsonPropertyName("user_name")]
public string? UserName { get; set; }
Property Value