class Google::Apis::SearchconsoleV1::BlockedResource
Blocked resource.
Attributes
url[RW]
URL of the blocked resource. Corresponds to the JSON property `url` @return [String]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/searchconsole_v1/classes.rb, line 140 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/searchconsole_v1/classes.rb, line 145 def update!(**args) @url = args[:url] if args.key?(:url) end