Class: Google::Analytics::Admin::V1alpha::DataStream::IosAppStreamData

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#bundle_id::String

Returns Required. Immutable. The Apple App Store Bundle ID for the app Example: "com.example.myiosapp".

Returns:

  • (::String)

    Required. Immutable. The Apple App Store Bundle ID for the app Example: "com.example.myiosapp"



205
206
207
208
# File 'proto_docs/google/analytics/admin/v1alpha/resources.rb', line 205

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.

Returns:

  • (::String)

    Output only. ID of the corresponding iOS app in Firebase, if any. This ID can change if the iOS app is deleted and recreated.



205
206
207
208
# File 'proto_docs/google/analytics/admin/v1alpha/resources.rb', line 205

class IosAppStreamData
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end