class Google::Apis::DiscoveryengineV1::GoogleApiDistributionBucketOptionsExplicit

the overflow and underflow buckets.
there are no finite buckets, and that single element is the common boundary of
must contain at least one element. If ‘bounds` has only one element, then
N-1): bounds Lower bound (1 <= i < N); bounds[i - 1] The `bounds` field
(= N) buckets. Bucket `i` has the following boundaries: Upper bound (0 <= i <
Specifies a set of buckets with arbitrary widths. There are `size(bounds) + 1`

def initialize(**args)

def initialize(**args)
   update!(**args)
end

def update!(**args)

Update properties of this object
def update!(**args)
  @bounds = args[:bounds] if args.key?(:bounds)
end