class Google::Apis::DiscoveryengineV1::GoogleApiDistributionExemplar

example values and timestamps, origin, etc.
active when a value was added. They may contain further information, such as a
particular value added to a Distribution bucket, such as a trace ID that was
distribution values. They are metadata that gives information about a
Exemplars are example points that may be used to annotate aggregated

def initialize(**args)

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

def update!(**args)

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