class Google::Apis::OndemandscanningV1beta1::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/ondemandscanning_v1beta1/classes.rb, line 774 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/ondemandscanning_v1beta1/classes.rb, line 779 def update!(**args) @keyid = args[:keyid] if args.key?(:keyid) @sig = args[:sig] if args.key?(:sig) end