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
27971 27972 27973 |
# File 'generated/google/apis/compute_beta/classes.rb', line 27971 def initialize(**args) update!(**args) end |
Instance Attribute Details
#target ⇒ String
Corresponds to the JSON property target
27969 27970 27971 |
# File 'generated/google/apis/compute_beta/classes.rb', line 27969 def target @target end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
27976 27977 27978 |
# File 'generated/google/apis/compute_beta/classes.rb', line 27976 def update!(**args) @target = args[:target] if args.key?(:target) end |