class Google::Apis::ContaineranalysisV1beta1::GrafeasV1beta1IntotoSignature
A signature object consists of the KeyID used and the signature itself.
Attributes
keyid[RW]
Corresponds to the JSON property `keyid` @return [String]
sig[RW]
Corresponds to the JSON property `sig` @return [String]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/containeranalysis_v1beta1/classes.rb, line 1852 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_v1beta1/classes.rb, line 1857 def update!(**args) @keyid = args[:keyid] if args.key?(:keyid) @sig = args[:sig] if args.key?(:sig) end