Class: Google::Apis::ComputeAlpha::UrlMapReference
- Inherits:
-
Object
- Object
- Google::Apis::ComputeAlpha::UrlMapReference
- Includes:
- Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
- Defined in:
- lib/google/apis/compute_alpha/classes.rb,
lib/google/apis/compute_alpha/representations.rb,
lib/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.
Constructor Details
#initialize(**args) ⇒ UrlMapReference
Returns a new instance of UrlMapReference.
49932 49933 49934 |
# File 'lib/google/apis/compute_alpha/classes.rb', line 49932 def initialize(**args) update!(**args) end |
Instance Attribute Details
#url_map ⇒ String
Corresponds to the JSON property urlMap
49930 49931 49932 |
# File 'lib/google/apis/compute_alpha/classes.rb', line 49930 def url_map @url_map end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
49937 49938 49939 |
# File 'lib/google/apis/compute_alpha/classes.rb', line 49937 def update!(**args) @url_map = args[:url_map] if args.key?(:url_map) end |