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