AssetManifestProperties
Artifact properties for the Asset Manifest.
Initializer
using AlibabaCloud.SDK.ROS.CDK.Assembly.Schema;
new AssetManifestProperties {
string File
};
Properties
| Name | Type | Description |
|---|---|---|
File |
string |
Filename of the asset manifest. |
FileRequired
public string File { get; set; }
- Type: string
Filename of the asset manifest.