Class: Google::Apis::OndemandscanningV1beta1::EnvelopeSignature

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/ondemandscanning_v1beta1/classes.rb,
lib/google/apis/ondemandscanning_v1beta1/representations.rb,
lib/google/apis/ondemandscanning_v1beta1/representations.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ EnvelopeSignature

Returns a new instance of EnvelopeSignature.



913
914
915
# File 'lib/google/apis/ondemandscanning_v1beta1/classes.rb', line 913

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#keyidString

Corresponds to the JSON property keyid

Returns:

  • (String)


905
906
907
# File 'lib/google/apis/ondemandscanning_v1beta1/classes.rb', line 905

def keyid
  @keyid
end

#sigString

Corresponds to the JSON property sig NOTE: Values are automatically base64 encoded/decoded in the client library.

Returns:

  • (String)


911
912
913
# File 'lib/google/apis/ondemandscanning_v1beta1/classes.rb', line 911

def sig
  @sig
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



918
919
920
921
# File 'lib/google/apis/ondemandscanning_v1beta1/classes.rb', line 918

def update!(**args)
  @keyid = args[:keyid] if args.key?(:keyid)
  @sig = args[:sig] if args.key?(:sig)
end