class Google::Apis::ManagerV1beta2::Tag

A Compute Engine Instance tag, identical to the tags on the corresponding Compute Engine Instance resource.

Attributes

finger_print[RW]

The fingerprint of the tag. Corresponds to the JSON property `fingerPrint` @return [String]

items[RW]

Items contained in this tag. Corresponds to the JSON property `items` @return [Array<String>]

Public Class Methods

new(**args) click to toggle source
# File generated/google/apis/manager_v1beta2/classes.rb, line 1212
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 1217
def update!(**args)
  @finger_print = args[:finger_print] if args.key?(:finger_print)
  @items = args[:items] if args.key?(:items)
end