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".
292 293 294 295 |
# File 'proto_docs/google/analytics/admin/v1alpha/resources.rb', line 292 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.
292 293 294 295 |
# File 'proto_docs/google/analytics/admin/v1alpha/resources.rb', line 292 class IosAppStreamData include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |