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