Class: Google::Analytics::Admin::V1alpha::DataStream::IosAppStreamData
- Inherits:
-
Object
- Object
- Google::Analytics::Admin::V1alpha::DataStream::IosAppStreamData
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/analytics/admin/v1alpha/resources.rb
Overview
Data specific to iOS app streams.
Instance Attribute Summary collapse
-
#bundle_id ⇒ ::String
Required.
-
#firebase_app_id ⇒ ::String
readonly
Output only.
Instance Attribute Details
#bundle_id ⇒ ::String
Returns Required. Immutable. The Apple App Store Bundle ID for the app Example: "com.example.myiosapp".
210 211 212 213 |
# File 'proto_docs/google/analytics/admin/v1alpha/resources.rb', line 210 class IosAppStreamData include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#firebase_app_id ⇒ ::String (readonly)
Returns Output only. ID of the corresponding iOS app in Firebase, if any. This ID can change if the iOS app is deleted and recreated.
210 211 212 213 |
# File 'proto_docs/google/analytics/admin/v1alpha/resources.rb', line 210 class IosAppStreamData include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |