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

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/searchconsole_v1/classes.rb,
lib/google/apis/searchconsole_v1/representations.rb,
lib/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.



231
232
233
# File 'lib/google/apis/searchconsole_v1/classes.rb', line 231

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

Instance Attribute Details

#urlString

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

Returns:

  • (String)


229
230
231
# File 'lib/google/apis/searchconsole_v1/classes.rb', line 229

def url
  @url
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



236
237
238
# File 'lib/google/apis/searchconsole_v1/classes.rb', line 236

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