Class: Google::Apis::ComputeV1::BackendServiceUsedBy
- Inherits:
-
Object
- Object
- Google::Apis::ComputeV1::BackendServiceUsedBy
- Includes:
- Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
- Defined in:
- lib/google/apis/compute_v1/classes.rb,
lib/google/apis/compute_v1/representations.rb,
lib/google/apis/compute_v1/representations.rb
Instance Attribute Summary collapse
-
#reference ⇒ String
Corresponds to the JSON property
reference
.
Instance Method Summary collapse
-
#initialize(**args) ⇒ BackendServiceUsedBy
constructor
A new instance of BackendServiceUsedBy.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ BackendServiceUsedBy
Returns a new instance of BackendServiceUsedBy.
4623 4624 4625 |
# File 'lib/google/apis/compute_v1/classes.rb', line 4623 def initialize(**args) update!(**args) end |
Instance Attribute Details
#reference ⇒ String
Corresponds to the JSON property reference
4621 4622 4623 |
# File 'lib/google/apis/compute_v1/classes.rb', line 4621 def reference @reference end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
4628 4629 4630 |
# File 'lib/google/apis/compute_v1/classes.rb', line 4628 def update!(**args) @reference = args[:reference] if args.key?(:reference) end |