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.
10238 10239 10240 |
# File 'generated/google/apis/compute_beta/classes.rb', line 10238 def initialize(**args) update!(**args) end |
Instance Attribute Details
#target ⇒ String
Corresponds to the JSON property target
10236 10237 10238 |
# File 'generated/google/apis/compute_beta/classes.rb', line 10236 def target @target end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
10243 10244 10245 |
# File 'generated/google/apis/compute_beta/classes.rb', line 10243 def update!(**args) @target = args[:target] if args.key?(:target) end |