Class: Google::Apis::ComputeBeta::HostsGetVersionRequest
- Inherits:
-
Object
- Object
- Google::Apis::ComputeBeta::HostsGetVersionRequest
- Includes:
- Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
- Defined in:
- lib/google/apis/compute_beta/classes.rb,
lib/google/apis/compute_beta/representations.rb,
lib/google/apis/compute_beta/representations.rb
Instance Attribute Summary collapse
-
#sbom_selections ⇒ Array<String>
The SBOM selection to return.
Instance Method Summary collapse
-
#initialize(**args) ⇒ HostsGetVersionRequest
constructor
A new instance of HostsGetVersionRequest.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ HostsGetVersionRequest
Returns a new instance of HostsGetVersionRequest.
20862 20863 20864 |
# File 'lib/google/apis/compute_beta/classes.rb', line 20862 def initialize(**args) update!(**args) end |
Instance Attribute Details
#sbom_selections ⇒ Array<String>
The SBOM selection to return. Duplicate values in the list will be ignored.
Corresponds to the JSON property sbomSelections
20860 20861 20862 |
# File 'lib/google/apis/compute_beta/classes.rb', line 20860 def sbom_selections @sbom_selections end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
20867 20868 20869 |
# File 'lib/google/apis/compute_beta/classes.rb', line 20867 def update!(**args) @sbom_selections = args[:sbom_selections] if args.key?(:sbom_selections) end |