Class: Google::Apis::DeploymentmanagerV2::GetVersionOperationMetadata

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GetVersionOperationMetadata

Returns a new instance of GetVersionOperationMetadata.



704
705
706
# File 'lib/google/apis/deploymentmanager_v2/classes.rb', line 704

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

Instance Attribute Details

#inline_sbom_infoGoogle::Apis::DeploymentmanagerV2::GetVersionOperationMetadataSbomInfo

Corresponds to the JSON property inlineSbomInfo



702
703
704
# File 'lib/google/apis/deploymentmanager_v2/classes.rb', line 702

def inline_sbom_info
  @inline_sbom_info
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



709
710
711
# File 'lib/google/apis/deploymentmanager_v2/classes.rb', line 709

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