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