class Google::Apis::CloudtraceV1::Traces

List of new or updated traces.

Attributes

traces[RW]

List of traces. Corresponds to the JSON property `traces` @return [Array<Google::Apis::CloudtraceV1::Trace>]

Public Class Methods

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

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File generated/google/apis/cloudtrace_v1/classes.rb, line 165
def update!(**args)
  @traces = args[:traces] if args.key?(:traces)
end