Class UpdateResourceBody
- Namespace
- KadicErp.WebApi.Controllers.Academy
- Assembly
- KadicErp.WebApi.dll
public sealed record UpdateResourceBody
- Inheritance
-
object
UpdateResourceBody
Constructors
UpdateResourceBody(string, ResourceType, int)
public UpdateResourceBody(string Subtype, ResourceType Type, int Capacity)
Parameters
Subtype string
Type ResourceType
Capacity int
Properties
Capacity
public int Capacity { get; init; }
Property Value
- int
Subtype
public string Subtype { get; init; }
Property Value
- string
Type
public ResourceType Type { get; init; }
Property Value
- ResourceType