class Google::Apis::FirebasedynamiclinksV1::DynamicLinkStats
Analytics stats of a Dynamic Link for a given timeframe.
Attributes
link_event_stats[RW]
Dynamic Link event stats. Corresponds to the JSON property `linkEventStats` @return [Array<Google::Apis::FirebasedynamiclinksV1::DynamicLinkEventStat>]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/firebasedynamiclinks_v1/classes.rb, line 433 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/firebasedynamiclinks_v1/classes.rb, line 438 def update!(**args) @link_event_stats = args[:link_event_stats] if args.key?(:link_event_stats) end