Class: Google::Apis::ComputeAlpha::GetVersionOperationMetadata
- Inherits:
-
Object
- Object
- Google::Apis::ComputeAlpha::GetVersionOperationMetadata
- Includes:
- Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
- Defined in:
- lib/google/apis/compute_alpha/classes.rb,
lib/google/apis/compute_alpha/representations.rb,
lib/google/apis/compute_alpha/representations.rb
Instance Attribute Summary collapse
-
#inline_sbom_info ⇒ Google::Apis::ComputeAlpha::GetVersionOperationMetadataSbomInfo
Corresponds to the JSON property
inlineSbomInfo.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GetVersionOperationMetadata
constructor
A new instance of GetVersionOperationMetadata.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GetVersionOperationMetadata
Returns a new instance of GetVersionOperationMetadata.
18094 18095 18096 |
# File 'lib/google/apis/compute_alpha/classes.rb', line 18094 def initialize(**args) update!(**args) end |
Instance Attribute Details
#inline_sbom_info ⇒ Google::Apis::ComputeAlpha::GetVersionOperationMetadataSbomInfo
Corresponds to the JSON property inlineSbomInfo
18092 18093 18094 |
# File 'lib/google/apis/compute_alpha/classes.rb', line 18092 def inline_sbom_info @inline_sbom_info end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
18099 18100 18101 |
# File 'lib/google/apis/compute_alpha/classes.rb', line 18099 def update!(**args) @inline_sbom_info = args[:inline_sbom_info] if args.key?(:inline_sbom_info) end |