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. |
FileRequired
public string File { get; set; }
- Type: string
Filename of the tree artifact.