Class: Google::Apis::ComputeAlpha::UrlMapReference
- Inherits:
-
Object
- Object
- Google::Apis::ComputeAlpha::UrlMapReference
- Defined in:
- generated/google/apis/compute_alpha/classes.rb,
generated/google/apis/compute_alpha/representations.rb,
generated/google/apis/compute_alpha/representations.rb
Instance Attribute Summary collapse
-
#url_map ⇒ String
Corresponds to the JSON property
urlMap
.
Instance Method Summary collapse
-
#initialize(**args) ⇒ UrlMapReference
constructor
A new instance of UrlMapReference.
-
#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) ⇒ UrlMapReference
Returns a new instance of UrlMapReference
24769 24770 24771 |
# File 'generated/google/apis/compute_alpha/classes.rb', line 24769 def initialize(**args) update!(**args) end |
Instance Attribute Details
#url_map ⇒ String
Corresponds to the JSON property urlMap
24767 24768 24769 |
# File 'generated/google/apis/compute_alpha/classes.rb', line 24767 def url_map @url_map end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
24774 24775 24776 |
# File 'generated/google/apis/compute_alpha/classes.rb', line 24774 def update!(**args) @url_map = args[:url_map] if args.key?(:url_map) end |