Class UpdateListNameAndDescriptionDto
Represents a data transfer object used to update the name and description of a list.
public class UpdateListNameAndDescriptionDto
- Inheritance
-
UpdateListNameAndDescriptionDto
- Inherited Members
- Extension Methods
Properties
Description
public string? Description { get; set; }
Property Value
Name
public string? Name { get; set; }