bundleType property
The file type of the application revision. Must be one of the following:
-
tar: A tar archive file. -
tgz: A compressed tar archive file. -
zip: A zip archive file.
Implementation
final BundleType? bundleType;
The file type of the application revision. Must be one of the following:
tar: A tar archive file.
tgz: A compressed tar archive file.
zip: A zip archive file.
final BundleType? bundleType;