Class: Google::Apis::ContaineranalysisV1beta1::GrafeasV1beta1IntotoSignature

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

Overview

A signature object consists of the KeyID used and the signature itself.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GrafeasV1beta1IntotoSignature

Returns a new instance of GrafeasV1beta1IntotoSignature.



4862
4863
4864
# File 'lib/google/apis/containeranalysis_v1beta1/classes.rb', line 4862

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

Instance Attribute Details

#keyidString

Corresponds to the JSON property keyid

Returns:

  • (String)


4855
4856
4857
# File 'lib/google/apis/containeranalysis_v1beta1/classes.rb', line 4855

def keyid
  @keyid
end

#sigString

Corresponds to the JSON property sig

Returns:

  • (String)


4860
4861
4862
# File 'lib/google/apis/containeranalysis_v1beta1/classes.rb', line 4860

def sig
  @sig
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



4867
4868
4869
4870
# File 'lib/google/apis/containeranalysis_v1beta1/classes.rb', line 4867

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