Class: Google::Apis::ChromeuxreportV1::Percentiles
- Inherits:
-
Object
- Object
- Google::Apis::ChromeuxreportV1::Percentiles
- Includes:
- Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
- Defined in:
- lib/google/apis/chromeuxreport_v1/classes.rb,
lib/google/apis/chromeuxreport_v1/representations.rb,
lib/google/apis/chromeuxreport_v1/representations.rb
Overview
Percentiles contains synthetic values of a metric at a given statistical percentile. These are used for estimating a metric's value as experienced by a percentage of users out of the total number of users.
Instance Attribute Summary collapse
-
#p75 ⇒ Object
75% of users experienced the given metric at or below this value.
Instance Method Summary collapse
-
#initialize(**args) ⇒ Percentiles
constructor
A new instance of Percentiles.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ Percentiles
Returns a new instance of Percentiles.
373 374 375 |
# File 'lib/google/apis/chromeuxreport_v1/classes.rb', line 373 def initialize(**args) update!(**args) end |
Instance Attribute Details
#p75 ⇒ Object
75% of users experienced the given metric at or below this value.
Corresponds to the JSON property p75
371 372 373 |
# File 'lib/google/apis/chromeuxreport_v1/classes.rb', line 371 def p75 @p75 end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
378 379 380 |
# File 'lib/google/apis/chromeuxreport_v1/classes.rb', line 378 def update!(**args) @p75 = args[:p75] if args.key?(:p75) end |