GetRolePermissions
Result row for 'GetRolePermissions' query.
public record GetRolePermissions : IEquatable<GetRolePermissions>
Constructors
GetRolePermissions
public GetRolePermissions(string id, string code, string resource_type, string action, string description, string created_at, string granted_at)
Initializes a new instance of GetRolePermissions.
| Parameter | Type | Description |
|---|---|---|
id |
String |
|
code |
String |
|
resource_type |
String |
|
action |
String |
|
description |
String |
|
created_at |
String |
|
granted_at |
String |
Properties
id
public string id { get; init; }
Column 'id'.
code
public string code { get; init; }
Column 'code'.
resource_type
public string resource_type { get; init; }
Column 'resource_type'.
action
public string action { get; init; }
Column 'action'.
description
public string description { get; init; }
Column 'description'.
created_at
public string created_at { get; init; }
Column 'created_at'.
granted_at
public string granted_at { get; init; }
Column 'granted_at'.