GetUserRoles

Classes > Generated > GetUserRoles

Result row for 'GetUserRoles' query.

public record GetUserRoles : IEquatable<GetUserRoles>

Constructors

GetUserRoles

public GetUserRoles(string id, string name, string description, long is_system, string granted_at, string expires_at)

Initializes a new instance of GetUserRoles.

Parameter Type Description
id String
name String
description String
is_system Int64
granted_at String
expires_at 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'.

granted_at

public string granted_at { get; init; }

Column 'granted_at'.

expires_at

public string expires_at { get; init; }

Column 'expires_at'.