class Google::Apis::CloudtraceV2::Module

Binary module.

Attributes

build_id[RW]

Represents a string that might be shortened to a specified length. Corresponds to the JSON property `buildId` @return [Google::Apis::CloudtraceV2::TruncatableString]

module[RW]

Represents a string that might be shortened to a specified length. Corresponds to the JSON property `module` @return [Google::Apis::CloudtraceV2::TruncatableString]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/cloudtrace_v2/classes.rb, line 270
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/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