Class: Google::Apis::DeploymentmanagerV2beta::GetVersionOperationMetadata

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GetVersionOperationMetadata

Returns a new instance of GetVersionOperationMetadata.



1013
1014
1015
# File 'lib/google/apis/deploymentmanager_v2beta/classes.rb', line 1013

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

Instance Attribute Details

#inline_sbom_infoGoogle::Apis::DeploymentmanagerV2beta::GetVersionOperationMetadataSbomInfo

Corresponds to the JSON property inlineSbomInfo



1011
1012
1013
# File 'lib/google/apis/deploymentmanager_v2beta/classes.rb', line 1011

def inline_sbom_info
  @inline_sbom_info
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1018
1019
1020
# File 'lib/google/apis/deploymentmanager_v2beta/classes.rb', line 1018

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