Class: Google::Apis::ComputeBeta::UrlMapReference
- Inherits:
-
Object
- Object
- Google::Apis::ComputeBeta::UrlMapReference
- Defined in:
- generated/google/apis/compute_beta/classes.rb,
generated/google/apis/compute_beta/representations.rb,
generated/google/apis/compute_beta/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
25919 25920 25921 |
# File 'generated/google/apis/compute_beta/classes.rb', line 25919 def initialize(**args) update!(**args) end |
Instance Attribute Details
#url_map ⇒ String
Corresponds to the JSON property urlMap
25917 25918 25919 |
# File 'generated/google/apis/compute_beta/classes.rb', line 25917 def url_map @url_map end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
25924 25925 25926 |
# File 'generated/google/apis/compute_beta/classes.rb', line 25924 def update!(**args) @url_map = args[:url_map] if args.key?(:url_map) end |