Class: Google::Apis::ContaineranalysisV1alpha1::StepResult

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

Overview

StepResult is the declaration of a result for a build step.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ StepResult

Returns a new instance of StepResult.



8113
8114
8115
# File 'lib/google/apis/containeranalysis_v1alpha1/classes.rb', line 8113

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

Instance Attribute Details

#attestation_content_nameString

Corresponds to the JSON property attestationContentName

Returns:

  • (String)


8101
8102
8103
# File 'lib/google/apis/containeranalysis_v1alpha1/classes.rb', line 8101

def attestation_content_name
  @attestation_content_name
end

#attestation_typeString

Corresponds to the JSON property attestationType

Returns:

  • (String)


8106
8107
8108
# File 'lib/google/apis/containeranalysis_v1alpha1/classes.rb', line 8106

def attestation_type
  @attestation_type
end

#nameString

Corresponds to the JSON property name

Returns:

  • (String)


8111
8112
8113
# File 'lib/google/apis/containeranalysis_v1alpha1/classes.rb', line 8111

def name
  @name
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



8118
8119
8120
8121
8122
# File 'lib/google/apis/containeranalysis_v1alpha1/classes.rb', line 8118

def update!(**args)
  @attestation_content_name = args[:attestation_content_name] if args.key?(:attestation_content_name)
  @attestation_type = args[:attestation_type] if args.key?(:attestation_type)
  @name = args[:name] if args.key?(:name)
end