Class: Google::Apis::ContaineranalysisV1beta1::EnvelopeSignature

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ EnvelopeSignature

Returns a new instance of EnvelopeSignature.



3473
3474
3475
# File 'lib/google/apis/containeranalysis_v1beta1/classes.rb', line 3473

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

Instance Attribute Details

#keyidString

Corresponds to the JSON property keyid

Returns:

  • (String)


3465
3466
3467
# File 'lib/google/apis/containeranalysis_v1beta1/classes.rb', line 3465

def keyid
  @keyid
end

#sigString

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

Returns:

  • (String)


3471
3472
3473
# File 'lib/google/apis/containeranalysis_v1beta1/classes.rb', line 3471

def sig
  @sig
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



3478
3479
3480
3481
# File 'lib/google/apis/containeranalysis_v1beta1/classes.rb', line 3478

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