Skip to content

AssetManifestProperties

Artifact properties for the Asset Manifest.

Initializer

import com.aliyun.ros.cdk.assembly.schema.AssetManifestProperties;
AssetManifestProperties.builder()
    .file(java.lang.String)
    .build();

Properties

Name Type Description
file java.lang.String Filename of the asset manifest.

fileRequired

public java.lang.String getFile();
  • Type: java.lang.String

Filename of the asset manifest.