UpdateGroupDto
Namespace: Meshmakers.Octo.Communication.Contracts.DataTransferObjects
Data Transfer Object for updating a group.
public record UpdateGroupDto : IEquatable<UpdateGroupDto>
Inheritance Object → UpdateGroupDto
Implements IEquatable<UpdateGroupDto>
Properties
GroupName
Name of the group.
public string GroupName { get; set; }
Property Value
GroupDescription
Optional description of the group.
public string GroupDescription { get; set; }
Property Value
Constructors
UpdateGroupDto()
public UpdateGroupDto()