Class: Google::Apis::CloudtraceV1::Traces

Inherits:
Object
  • Object
show all
Includes:
Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
Defined in:
lib/google/apis/cloudtrace_v1/classes.rb,
lib/google/apis/cloudtrace_v1/representations.rb,
lib/google/apis/cloudtrace_v1/representations.rb

Overview

List of new or updated traces.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ Traces

Returns a new instance of Traces.



189
190
191
# File 'lib/google/apis/cloudtrace_v1/classes.rb', line 189

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

Instance Attribute Details

#tracesArray<Google::Apis::CloudtraceV1::Trace>

List of traces. Corresponds to the JSON property traces



187
188
189
# File 'lib/google/apis/cloudtrace_v1/classes.rb', line 187

def traces
  @traces
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



194
195
196
# File 'lib/google/apis/cloudtrace_v1/classes.rb', line 194

def update!(**args)
  @traces = args[:traces] if args.key?(:traces)
end