Class: Google::Apis::FirebaseV1beta1::AnalyticsDetails
- Inherits:
-
Object
- Object
- Google::Apis::FirebaseV1beta1::AnalyticsDetails
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- generated/google/apis/firebase_v1beta1/classes.rb,
generated/google/apis/firebase_v1beta1/representations.rb,
generated/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
AndroidApps
andIosApps
: a map ofapp
tostreamId
for 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.
160 161 162 |
# File 'generated/google/apis/firebase_v1beta1/classes.rb', line 160 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
149 150 151 |
# File 'generated/google/apis/firebase_v1beta1/classes.rb', line 149 def analytics_property @analytics_property end |
#stream_mappings ⇒ Array<Google::Apis::FirebaseV1beta1::StreamMapping>
- For
AndroidApps
andIosApps
: a map ofapp
tostreamId
for each Firebase App in the specifiedFirebaseProject
. Eachapp
andstreamId
appears only once. - ForWebApps
: a map ofapp
tostreamId
andmeasurementId
for eachWebApp
in the specifiedFirebaseProject
. Eachapp
,streamId
, andmeasurementId
appears only once. Corresponds to the JSON propertystreamMappings
158 159 160 |
# File 'generated/google/apis/firebase_v1beta1/classes.rb', line 158 def stream_mappings @stream_mappings end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
165 166 167 168 |
# File 'generated/google/apis/firebase_v1beta1/classes.rb', line 165 def update!(**args) @analytics_property = args[:analytics_property] if args.key?(:analytics_property) @stream_mappings = args[:stream_mappings] if args.key?(:stream_mappings) end |