Class: Google::Apis::ComputeAlpha::GetVersionOperationMetadata

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GetVersionOperationMetadata

Returns a new instance of GetVersionOperationMetadata.



17932
17933
17934
# File 'lib/google/apis/compute_alpha/classes.rb', line 17932

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

Instance Attribute Details

#inline_sbom_infoGoogle::Apis::ComputeAlpha::GetVersionOperationMetadataSbomInfo

Corresponds to the JSON property inlineSbomInfo



17930
17931
17932
# File 'lib/google/apis/compute_alpha/classes.rb', line 17930

def inline_sbom_info
  @inline_sbom_info
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



17937
17938
17939
# File 'lib/google/apis/compute_alpha/classes.rb', line 17937

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