Class BadgeEntryArgs
Args for required inputs Bucket ID, Badge Name and Entry ID.
Inherited Members
Namespace: Unity.Services.Ccd.Client.Models
Assembly: solution.dll
Syntax
public class BadgeEntryArgs
Constructors
| Name | Description |
|---|---|
| BadgeEntryArgs(Guid, string, Guid) | Creates an instance of BadgeEntryArgs. |
Properties
| Name | Description |
|---|---|
| BadgeName | Name of the badge. |
| BucketId | ID of the bucket. |
| EntryId | ID of the entry. |