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 lib/google/apis/cloudtrace_v1/classes.rb, line 190 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/cloudtrace_v1/classes.rb, line 195 def update!(**args) @traces = args[:traces] if args.key?(:traces) end