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