Skip to main content

UpdateGroupDto

Namespace: Meshmakers.Octo.Communication.Contracts.DataTransferObjects

Data Transfer Object for updating a group.

public record UpdateGroupDto : IEquatable<UpdateGroupDto>

Inheritance ObjectUpdateGroupDto
Implements IEquatable<UpdateGroupDto>

Properties

GroupName

Name of the group.

public string GroupName { get; set; }

Property Value

String

GroupDescription

Optional description of the group.

public string GroupDescription { get; set; }

Property Value

String

Constructors

UpdateGroupDto()

public UpdateGroupDto()