Class GetApiKeysForAdmin.Query
- Namespace
- Raytha.Application.Admins.Queries
- Assembly
- Raytha.Application.dll
public record GetApiKeysForAdmin.Query : GetPagedEntitiesInputDto, IEquatable<GetPagedEntitiesInputDto>, IRequest<IQueryResponseDto<ListResultDto<ApiKeyDto>>>, IBaseRequest, IEquatable<GetApiKeysForAdmin.Query>
- Inheritance
-
GetApiKeysForAdmin.Query
- Implements
-
IBaseRequest
- Inherited Members
Properties
OrderBy
public override string OrderBy { get; init; }
Property Value
UserId
public ShortGuid UserId { get; init; }
Property Value
- ShortGuid