RevokeSession
Result row for 'RevokeSession' query.
public record RevokeSession : IEquatable<RevokeSession>
Constructors
RevokeSession
public RevokeSession(string id, long is_revoked)
Initializes a new instance of RevokeSession.
| Parameter | Type | Description |
|---|---|---|
id |
String |
|
is_revoked |
Int64 |
Properties
id
public string id { get; init; }
Column 'id'.
is_revoked
public long is_revoked { get; init; }
Column 'is_revoked'.