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