Class: Google::Apis::OndemandscanningV1beta1::GrafeasV1SlsaProvenanceZeroTwoSlsaCompleteness

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

Overview

Indicates that the builder claims certain fields in this message to be complete.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GrafeasV1SlsaProvenanceZeroTwoSlsaCompleteness

Returns a new instance of GrafeasV1SlsaProvenanceZeroTwoSlsaCompleteness.



1239
1240
1241
# File 'lib/google/apis/ondemandscanning_v1beta1/classes.rb', line 1239

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

Instance Attribute Details

#environmentBoolean Also known as: environment?

Corresponds to the JSON property environment

Returns:

  • (Boolean)


1224
1225
1226
# File 'lib/google/apis/ondemandscanning_v1beta1/classes.rb', line 1224

def environment
  @environment
end

#materialsBoolean Also known as: materials?

Corresponds to the JSON property materials

Returns:

  • (Boolean)


1230
1231
1232
# File 'lib/google/apis/ondemandscanning_v1beta1/classes.rb', line 1230

def materials
  @materials
end

#parametersBoolean Also known as: parameters?

Corresponds to the JSON property parameters

Returns:

  • (Boolean)


1236
1237
1238
# File 'lib/google/apis/ondemandscanning_v1beta1/classes.rb', line 1236

def parameters
  @parameters
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1244
1245
1246
1247
1248
# File 'lib/google/apis/ondemandscanning_v1beta1/classes.rb', line 1244

def update!(**args)
  @environment = args[:environment] if args.key?(:environment)
  @materials = args[:materials] if args.key?(:materials)
  @parameters = args[:parameters] if args.key?(:parameters)
end