Class: Google::Apis::OndemandscanningV1::GrafeasV1SlsaProvenanceZeroTwoSlsaCompleteness

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/ondemandscanning_v1/classes.rb,
lib/google/apis/ondemandscanning_v1/representations.rb,
lib/google/apis/ondemandscanning_v1/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.



1099
1100
1101
# File 'lib/google/apis/ondemandscanning_v1/classes.rb', line 1099

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

Instance Attribute Details

#environmentBoolean Also known as: environment?

Corresponds to the JSON property environment

Returns:

  • (Boolean)


1084
1085
1086
# File 'lib/google/apis/ondemandscanning_v1/classes.rb', line 1084

def environment
  @environment
end

#materialsBoolean Also known as: materials?

Corresponds to the JSON property materials

Returns:

  • (Boolean)


1090
1091
1092
# File 'lib/google/apis/ondemandscanning_v1/classes.rb', line 1090

def materials
  @materials
end

#parametersBoolean Also known as: parameters?

Corresponds to the JSON property parameters

Returns:

  • (Boolean)


1096
1097
1098
# File 'lib/google/apis/ondemandscanning_v1/classes.rb', line 1096

def parameters
  @parameters
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1104
1105
1106
1107
1108
# File 'lib/google/apis/ondemandscanning_v1/classes.rb', line 1104

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