abacusai.mobile_build_info
Classes
Mobile app build information for a specific build type. |
Module Contents
- class abacusai.mobile_build_info.MobileBuildInfo(client, type=None, buildUrl=None, status=None, llmArtifactId=None, mobileAppBuildId=None)
Bases:
abacusai.return_class.AbstractApiClassMobile app build information for a specific build type.
- Parameters:
client (ApiClient) – An authenticated API Client instance
type (str) – The type of mobile app build (APK, AAB, IOS).
buildUrl (str) – The URL to download the mobile app build.
status (str) – The status of the mobile app build.
llmArtifactId (str) – The artifact id associated with the build.
mobileAppBuildId (str) – The mobile app build id.
- type = None
- build_url = None
- status = None
- llm_artifact_id = None
- mobile_app_build_id = None
- deprecated_keys
- __repr__()