Class ToggleViewAsFavoriteForAdmin.Command
- Namespace
- Raytha.Application.Views.Commands
- Assembly
- Raytha.Application.dll
public record ToggleViewAsFavoriteForAdmin.Command : IRequest<CommandResponseDto<ShortGuid>>, IBaseRequest, IEquatable<ToggleViewAsFavoriteForAdmin.Command>
- Inheritance
-
ToggleViewAsFavoriteForAdmin.Command
- Implements
-
IBaseRequest
- Inherited Members
Properties
SetAsFavorite
public bool SetAsFavorite { get; init; }
Property Value
UserId
public ShortGuid UserId { get; init; }
Property Value
- ShortGuid
ViewId
public ShortGuid ViewId { get; init; }
Property Value
- ShortGuid