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
21100 21101 21102 |
# File 'generated/google/apis/compute_v1/classes.rb', line 21100 def initialize(**args) update!(**args) end |
Instance Attribute Details
#target ⇒ String
Corresponds to the JSON property target
21098 21099 21100 |
# File 'generated/google/apis/compute_v1/classes.rb', line 21098 def target @target end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
21105 21106 21107 |
# File 'generated/google/apis/compute_v1/classes.rb', line 21105 def update!(**args) @target = args[:target] if args.key?(:target) end |