TreeArtifactProperties
Artifact properties for the Construct Tree Artifact.
Initializer
using AlibabaCloud.SDK.ROS.CDK.Assembly.Schema;
new TreeArtifactProperties {
string File
};
Properties
Name | Type | Description |
---|---|---|
File |
string |
Filename of the tree artifact. |
File
Required
public string File { get; set; }
- Type: string
Filename of the tree artifact.