class Google::Apis::ManagerV1beta2::Metadata
A Compute Engine metadata entry. Identical to the metadata on the corresponding Compute Engine resource.
Attributes
finger_print[RW]
The fingerprint of the metadata. Corresponds to the JSON property `fingerPrint` @return [String]
items[RW]
A list of metadata items. Corresponds to the JSON property `items` @return [Array<Google::Apis::ManagerV1beta2::MetadataItem>]
Public Class Methods
new(**args)
click to toggle source
# File generated/google/apis/manager_v1beta2/classes.rb, line 622 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File generated/google/apis/manager_v1beta2/classes.rb, line 627 def update!(**args) @finger_print = args[:finger_print] if args.key?(:finger_print) @items = args[:items] if args.key?(:items) end