Class CreateAndAssignLevelBody
- Namespace
- KadicErp.WebApi.Controllers.Academy
- Assembly
- KadicErp.WebApi.dll
public sealed record CreateAndAssignLevelBody
- Inheritance
-
object
CreateAndAssignLevelBody
Constructors
CreateAndAssignLevelBody(string, string, Guid)
public CreateAndAssignLevelBody(string Name, string Color, Guid DefaultResourceId)
Parameters
Name string
Color string
DefaultResourceId Guid
Properties
Color
public string Color { get; init; }
Property Value
- string
DefaultResourceId
public Guid DefaultResourceId { get; init; }
Property Value
- Guid
Name
public string Name { get; init; }
Property Value
- string