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