class Google::Apis::ContaineranalysisV1::BuildNote
Note
holding the version of the provider’s builder and the signature of the provenance message in the build details occurrence.
Attributes
builder_version[RW]
Required. Immutable. Version
of the builder which produced this build. Corresponds to the JSON property ‘builderVersion` @return [String]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/containeranalysis_v1/classes.rb, line 322 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/containeranalysis_v1/classes.rb, line 327 def update!(**args) @builder_version = args[:builder_version] if args.key?(:builder_version) end