Class: Google::Apis::ContaineranalysisV1beta1::ArtifactHashes
- Inherits:
-
Object
- Object
- Google::Apis::ContaineranalysisV1beta1::ArtifactHashes
- Includes:
- Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
- Defined in:
- generated/google/apis/containeranalysis_v1beta1/classes.rb,
generated/google/apis/containeranalysis_v1beta1/representations.rb,
generated/google/apis/containeranalysis_v1beta1/representations.rb
Overview
Defines a hash object for use in Materials and Products.
Instance Attribute Summary collapse
-
#sha256 ⇒ String
Corresponds to the JSON property
sha256
.
Instance Method Summary collapse
-
#initialize(**args) ⇒ ArtifactHashes
constructor
A new instance of ArtifactHashes.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ ArtifactHashes
Returns a new instance of ArtifactHashes.
96 97 98 |
# File 'generated/google/apis/containeranalysis_v1beta1/classes.rb', line 96 def initialize(**args) update!(**args) end |
Instance Attribute Details
#sha256 ⇒ String
Corresponds to the JSON property sha256
94 95 96 |
# File 'generated/google/apis/containeranalysis_v1beta1/classes.rb', line 94 def sha256 @sha256 end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
101 102 103 |
# File 'generated/google/apis/containeranalysis_v1beta1/classes.rb', line 101 def update!(**args) @sha256 = args[:sha256] if args.key?(:sha256) end |