class Google::Apis::ChromeuxreportV1::Percentiles

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.

Attributes

p75[RW]

75% of users experienced the given metric at or below this value. Corresponds to the JSON property `p75` @return [Object]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/chromeuxreport_v1/classes.rb, line 150
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/chromeuxreport_v1/classes.rb, line 155
def update!(**args)
  @p75 = args[:p75] if args.key?(:p75)
end