Class: Google::Apis::CloudtraceV2::Module

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

Overview

Binary module.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ Module

Returns a new instance of Module.



270
271
272
# File 'generated/google/apis/cloudtrace_v2/classes.rb', line 270

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

Instance Attribute Details

#build_idGoogle::Apis::CloudtraceV2::TruncatableString

Represents a string that might be shortened to a specified length. Corresponds to the JSON property buildId



263
264
265
# File 'generated/google/apis/cloudtrace_v2/classes.rb', line 263

def build_id
  @build_id
end

#moduleGoogle::Apis::CloudtraceV2::TruncatableString

Represents a string that might be shortened to a specified length. Corresponds to the JSON property module



268
269
270
# File 'generated/google/apis/cloudtrace_v2/classes.rb', line 268

def module
  @module
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



275
276
277
278
# File 'generated/google/apis/cloudtrace_v2/classes.rb', line 275

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