Class: Google::Apis::FirebaseV1beta1::AnalyticsDetails
- Inherits:
-
Object
- Object
- Google::Apis::FirebaseV1beta1::AnalyticsDetails
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/firebase_v1beta1/classes.rb,
lib/google/apis/firebase_v1beta1/representations.rb,
lib/google/apis/firebase_v1beta1/representations.rb
Instance Attribute Summary collapse
-
#analytics_property ⇒ Google::Apis::FirebaseV1beta1::AnalyticsProperty
Details of a Google Analytics property Corresponds to the JSON property
analyticsProperty. -
#stream_mappings ⇒ Array<Google::Apis::FirebaseV1beta1::StreamMapping>
- For
AndroidAppsandIosApps: a map ofapptostreamIdfor each Firebase App in the specifiedFirebaseProject.
- For
Instance Method Summary collapse
-
#initialize(**args) ⇒ AnalyticsDetails
constructor
A new instance of AnalyticsDetails.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ AnalyticsDetails
Returns a new instance of AnalyticsDetails.
159 160 161 |
# File 'lib/google/apis/firebase_v1beta1/classes.rb', line 159 def initialize(**args) update!(**args) end |
Instance Attribute Details
#analytics_property ⇒ Google::Apis::FirebaseV1beta1::AnalyticsProperty
Details of a Google Analytics property
Corresponds to the JSON property analyticsProperty
148 149 150 |
# File 'lib/google/apis/firebase_v1beta1/classes.rb', line 148 def analytics_property @analytics_property end |
#stream_mappings ⇒ Array<Google::Apis::FirebaseV1beta1::StreamMapping>
- For
AndroidAppsandIosApps: a map ofapptostreamIdfor each Firebase App in the specifiedFirebaseProject. EachappandstreamIdappears only once. - ForWebApps: a map ofapptostreamIdandmeasurementIdfor eachWebAppin the specifiedFirebaseProject. Eachapp,streamId, andmeasurementIdappears only once. Corresponds to the JSON propertystreamMappings
157 158 159 |
# File 'lib/google/apis/firebase_v1beta1/classes.rb', line 157 def stream_mappings @stream_mappings end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
164 165 166 167 |
# File 'lib/google/apis/firebase_v1beta1/classes.rb', line 164 def update!(**args) @analytics_property = args[:analytics_property] if args.key?(:analytics_property) @stream_mappings = args[:stream_mappings] if args.key?(:stream_mappings) end |