Class: Google::Apis::CloudtraceV1::Traces
- Inherits:
-
Object
- Object
- Google::Apis::CloudtraceV1::Traces
- 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
-
#traces ⇒ Array<Google::Apis::CloudtraceV1::Trace>
List of traces.
Instance Method Summary collapse
-
#initialize(**args) ⇒ Traces
constructor
A new instance of Traces.
-
#update!(**args) ⇒ Object
Update properties of this object.
Methods included from Google::Apis::Core::JsonObjectSupport
Methods included from Google::Apis::Core::Hashable
Constructor Details
#initialize(**args) ⇒ Traces
Returns a new instance of Traces
212 213 214 |
# File 'generated/google/apis/cloudtrace_v1/classes.rb', line 212 def initialize(**args) update!(**args) end |
Instance Attribute Details
#traces ⇒ Array<Google::Apis::CloudtraceV1::Trace>
List of traces.
Corresponds to the JSON property traces
210 211 212 |
# File 'generated/google/apis/cloudtrace_v1/classes.rb', line 210 def traces @traces end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
217 218 219 |
# File 'generated/google/apis/cloudtrace_v1/classes.rb', line 217 def update!(**args) @traces = args[:traces] if args.key?(:traces) end |