Class: Google::Apis::SearchconsoleV1::BlockedResource

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
generated/google/apis/searchconsole_v1/classes.rb,
generated/google/apis/searchconsole_v1/representations.rb,
generated/google/apis/searchconsole_v1/representations.rb

Overview

Blocked resource.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ BlockedResource

Returns a new instance of BlockedResource.



140
141
142
# File 'generated/google/apis/searchconsole_v1/classes.rb', line 140

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#urlString

URL of the blocked resource. Corresponds to the JSON property url

Returns:

  • (String)


138
139
140
# File 'generated/google/apis/searchconsole_v1/classes.rb', line 138

def url
  @url
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



145
146
147
# File 'generated/google/apis/searchconsole_v1/classes.rb', line 145

def update!(**args)
  @url = args[:url] if args.key?(:url)
end