binaryType property

String? binaryType
getter/setter pair

Type of binary.

Output only. Possible string values are:

  • "BINARY_TYPE_UNSPECIFIED" : unspecified binary type
  • "IPA" : iOS App Store package
  • "APK" : Android Application package
  • "AAB" : Android App Bundle

Implementation

core.String? binaryType;