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

Inherits:
Object
  • Object
show all
Includes:
Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
Defined in:
generated/google/apis/cloudtrace_v1/classes.rb,
generated/google/apis/cloudtrace_v1/representations.rb,
generated/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.



190
191
192
# File 'generated/google/apis/cloudtrace_v1/classes.rb', line 190

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

Instance Attribute Details

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

List of traces. Corresponds to the JSON property traces



188
189
190
# File 'generated/google/apis/cloudtrace_v1/classes.rb', line 188

def traces
  @traces
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



195
196
197
# File 'generated/google/apis/cloudtrace_v1/classes.rb', line 195

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