abacusai.mobile_build_info ========================== .. py:module:: abacusai.mobile_build_info Classes ------- .. autoapisummary:: abacusai.mobile_build_info.MobileBuildInfo Module Contents --------------- .. py:class:: MobileBuildInfo(client, type=None, buildUrl=None, status=None, llmArtifactId=None, mobileAppBuildId=None) Bases: :py:obj:`abacusai.return_class.AbstractApiClass` Mobile app build information for a specific build type. :param client: An authenticated API Client instance :type client: ApiClient :param type: The type of mobile app build (APK, AAB, IOS). :type type: str :param buildUrl: The URL to download the mobile app build. :type buildUrl: str :param status: The status of the mobile app build. :type status: str :param llmArtifactId: The artifact id associated with the build. :type llmArtifactId: str :param mobileAppBuildId: The mobile app build id. :type mobileAppBuildId: str .. py:attribute:: type :value: None .. py:attribute:: build_url :value: None .. py:attribute:: status :value: None .. py:attribute:: llm_artifact_id :value: None .. py:attribute:: mobile_app_build_id :value: None .. py:attribute:: deprecated_keys .. py:method:: __repr__() .. py:method:: to_dict() Get a dict representation of the parameters in this class :returns: The dict value representation of the class parameters :rtype: dict