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

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



269
270
271
# File 'lib/google/apis/cloudtrace_v2/classes.rb', line 269

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



262
263
264
# File 'lib/google/apis/cloudtrace_v2/classes.rb', line 262

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



267
268
269
# File 'lib/google/apis/cloudtrace_v2/classes.rb', line 267

def module
  @module
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



274
275
276
277
# File 'lib/google/apis/cloudtrace_v2/classes.rb', line 274

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