archiveType property

String? archiveType
getter/setter pair

Type of archive files in this repository.

Required. Possible string values are:

  • "ARCHIVE_TYPE_UNSPECIFIED" : Unspecified is invalid.
  • "DEB" : Deb indicates that the archive contains binary files.
  • "DEB_SRC" : Deb-src indicates that the archive contains source files.

Implementation

core.String? archiveType;