binaryType property
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;