Class: Google::Apis::DeploymentmanagerAlpha::GetVersionOperationMetadata
- Inherits:
-
Object
- Object
- Google::Apis::DeploymentmanagerAlpha::GetVersionOperationMetadata
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/deploymentmanager_alpha/classes.rb,
lib/google/apis/deploymentmanager_alpha/representations.rb,
lib/google/apis/deploymentmanager_alpha/representations.rb
Instance Attribute Summary collapse
-
#inline_sbom_info ⇒ Google::Apis::DeploymentmanagerAlpha::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.
1065 1066 1067 |
# File 'lib/google/apis/deploymentmanager_alpha/classes.rb', line 1065 def initialize(**args) update!(**args) end |
Instance Attribute Details
#inline_sbom_info ⇒ Google::Apis::DeploymentmanagerAlpha::GetVersionOperationMetadataSbomInfo
Corresponds to the JSON property inlineSbomInfo
1063 1064 1065 |
# File 'lib/google/apis/deploymentmanager_alpha/classes.rb', line 1063 def inline_sbom_info @inline_sbom_info end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1070 1071 1072 |
# File 'lib/google/apis/deploymentmanager_alpha/classes.rb', line 1070 def update!(**args) @inline_sbom_info = args[:inline_sbom_info] if args.key?(:inline_sbom_info) end |