Class RevokePlatformAdminRequest
public sealed record RevokePlatformAdminRequest
- Inheritance
-
objectRevokePlatformAdminRequest
Constructors
RevokePlatformAdminRequest(Guid, string)
public RevokePlatformAdminRequest(Guid TargetUserId, string Reason)
Parameters
TargetUserIdGuidReasonstring
Properties
Reason
public string Reason { get; init; }
Property Value
- string
TargetUserId
public Guid TargetUserId { get; init; }
Property Value
- Guid