class Google::Apis::ContaineranalysisV1alpha1::BuildType

Note holding the version of the provider's builder and the signature of the provenance message in linked BuildDetails.

Attributes

builder_version[RW]

Version of the builder which produced this Note. Corresponds to the JSON property `builderVersion` @return [String]

signature[RW]

Message encapsulating the signature of the verified build. Corresponds to the JSON property `signature` @return [Google::Apis::ContaineranalysisV1alpha1::BuildSignature]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/containeranalysis_v1alpha1/classes.rb, line 456
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_v1alpha1/classes.rb, line 461
def update!(**args)
  @builder_version = args[:builder_version] if args.key?(:builder_version)
  @signature = args[:signature] if args.key?(:signature)
end