class Google::Apis::ContaineranalysisV1::EnvelopeSignature
Attributes
keyid[RW]
Corresponds to the JSON property ‘keyid` @return [String]
sig[RW]
Corresponds to the JSON property ‘sig` NOTE: Values are automatically base64 encoded/decoded in the client library. @return [String]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/containeranalysis_v1/classes.rb, line 2641 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 2646 def update!(**args) @keyid = args[:keyid] if args.key?(:keyid) @sig = args[:sig] if args.key?(:sig) end