Class: Google::Apis::ComputeBeta::TargetReference
- Inherits:
-
Object
- Object
- Google::Apis::ComputeBeta::TargetReference
- Defined in:
- generated/google/apis/compute_beta/classes.rb,
generated/google/apis/compute_beta/representations.rb,
generated/google/apis/compute_beta/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
19634 19635 19636 |
# File 'generated/google/apis/compute_beta/classes.rb', line 19634 def initialize(**args) update!(**args) end |
Instance Attribute Details
#target ⇒ String
Corresponds to the JSON property target
19632 19633 19634 |
# File 'generated/google/apis/compute_beta/classes.rb', line 19632 def target @target end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
19639 19640 19641 |
# File 'generated/google/apis/compute_beta/classes.rb', line 19639 def update!(**args) @target = args[:target] if args.key?(:target) end |