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
19464 19465 19466 |
# File 'generated/google/apis/compute_beta/classes.rb', line 19464 def initialize(**args) update!(**args) end |
Instance Attribute Details
#target ⇒ String
Corresponds to the JSON property target
19462 19463 19464 |
# File 'generated/google/apis/compute_beta/classes.rb', line 19462 def target @target end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
19469 19470 19471 |
# File 'generated/google/apis/compute_beta/classes.rb', line 19469 def update!(**args) @target = args[:target] if args.key?(:target) end |