class Google::Apis::FirebaseV1beta1::AnalyticsDetails
Attributes
analytics_property[RW]
Details of a Google
Analytics property Corresponds to the JSON property `analyticsProperty` @return [Google::Apis::FirebaseV1beta1::AnalyticsProperty]
stream_mappings[RW]
-
For `AndroidApps` and `IosApps`: a map of `app` to `streamId` for each
Firebase App in the specified `FirebaseProject`. Each `app` and `streamId` appears only once. - For `WebApps`: a map of `app` to `streamId` and ` measurementId` for each `WebApp` in the specified `FirebaseProject`. Each `app` , `streamId`, and `measurementId` appears only once. Corresponds to the JSON property `streamMappings` @return [Array<Google::Apis::FirebaseV1beta1::StreamMapping>]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/firebase_v1beta1/classes.rb, line 140 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/firebase_v1beta1/classes.rb, line 145 def update!(**args) @analytics_property = args[:analytics_property] if args.key?(:analytics_property) @stream_mappings = args[:stream_mappings] if args.key?(:stream_mappings) end