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