Class: Google::Apis::ComputeV1::TargetReference
- Inherits:
-
Object
- Object
- Google::Apis::ComputeV1::TargetReference
- Defined in:
- generated/google/apis/compute_v1/classes.rb,
generated/google/apis/compute_v1/representations.rb,
generated/google/apis/compute_v1/representations.rb
Instance Attribute Summary collapse
-
#target ⇒ String
Corresponds to the JSON property
target
.
Instance Method Summary collapse
-
#initialize(**args) ⇒ TargetReference
constructor
A new instance of TargetReference.
-
#update!(**args) ⇒ Object
Update properties of this object.
Methods included from Google::Apis::Core::JsonObjectSupport
Methods included from Google::Apis::Core::Hashable
Constructor Details
#initialize(**args) ⇒ TargetReference
Returns a new instance of TargetReference.
28127 28128 28129 |
# File 'generated/google/apis/compute_v1/classes.rb', line 28127 def initialize(**args) update!(**args) end |
Instance Attribute Details
#target ⇒ String
Corresponds to the JSON property target
28125 28126 28127 |
# File 'generated/google/apis/compute_v1/classes.rb', line 28125 def target @target end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
28132 28133 28134 |
# File 'generated/google/apis/compute_v1/classes.rb', line 28132 def update!(**args) @target = args[:target] if args.key?(:target) end |