Class: Google::Apis::ContaineranalysisV1beta1::GrafeasV1beta1IntotoArtifact

Inherits:
Object
  • Object
show all
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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GrafeasV1beta1IntotoArtifact

Returns a new instance of GrafeasV1beta1IntotoArtifact.



1529
1530
1531
# File 'generated/google/apis/containeranalysis_v1beta1/classes.rb', line 1529

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

Instance Attribute Details

#hashesGoogle::Apis::ContaineranalysisV1beta1::ArtifactHashes

Defines a hash object for use in Materials and Products. Corresponds to the JSON property hashes



1522
1523
1524
# File 'generated/google/apis/containeranalysis_v1beta1/classes.rb', line 1522

def hashes
  @hashes
end

#resource_uriString

Corresponds to the JSON property resourceUri

Returns:

  • (String)


1527
1528
1529
# File 'generated/google/apis/containeranalysis_v1beta1/classes.rb', line 1527

def resource_uri
  @resource_uri
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1534
1535
1536
1537
# File 'generated/google/apis/containeranalysis_v1beta1/classes.rb', line 1534

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