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
25980 25981 25982 |
# File 'generated/google/apis/compute_beta/classes.rb', line 25980 def initialize(**args) update!(**args) end |
Instance Attribute Details
#url_map ⇒ String
Corresponds to the JSON property urlMap
25978 25979 25980 |
# File 'generated/google/apis/compute_beta/classes.rb', line 25978 def url_map @url_map end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
25985 25986 25987 |
# File 'generated/google/apis/compute_beta/classes.rb', line 25985 def update!(**args) @url_map = args[:url_map] if args.key?(:url_map) end |