class Google::Apis::ComputeV1::TargetReference

Attributes

target[RW]

Corresponds to the JSON property `target` @return [String]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/compute_v1/classes.rb, line 37598
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/compute_v1/classes.rb, line 37603
def update!(**args)
  @target = args[:target] if args.key?(:target)
end