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. |
File
Required
public string File { get; set; }
- Type: string
Filename of the asset manifest.