class Google::Apis::ComputeV1::UrlMapReference
Attributes
url_map[RW]
Corresponds to the JSON property `urlMap` @return [String]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/compute_v1/classes.rb, line 35734 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/compute_v1/classes.rb, line 35739 def update!(**args) @url_map = args[:url_map] if args.key?(:url_map) end