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
9923 9924 9925 |
# File 'generated/google/apis/compute_v1/classes.rb', line 9923 def initialize(**args) update!(**args) end |
Instance Attribute Details
#target ⇒ String
Corresponds to the JSON property target
9921 9922 9923 |
# File 'generated/google/apis/compute_v1/classes.rb', line 9921 def target @target end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
9928 9929 9930 |
# File 'generated/google/apis/compute_v1/classes.rb', line 9928 def update!(**args) @target = args[:target] if args.key?(:target) end |