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
31029 31030 31031 |
# File 'generated/google/apis/compute_alpha/classes.rb', line 31029 def initialize(**args) update!(**args) end |
Instance Attribute Details
#url_map ⇒ String
Corresponds to the JSON property urlMap
31027 31028 31029 |
# File 'generated/google/apis/compute_alpha/classes.rb', line 31027 def url_map @url_map end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
31034 31035 31036 |
# File 'generated/google/apis/compute_alpha/classes.rb', line 31034 def update!(**args) @url_map = args[:url_map] if args.key?(:url_map) end |