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

Methods included from Core::JsonObjectSupport

#to_json

Methods included from Core::Hashable

process_value, #to_h

Constructor Details

#initialize(**args) ⇒ BlockedResource

Returns a new instance of BlockedResource



194
195
196
# File 'generated/google/apis/searchconsole_v1/classes.rb', line 194

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

Instance Attribute Details

#urlString

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

Returns:

  • (String)


192
193
194
# File 'generated/google/apis/searchconsole_v1/classes.rb', line 192

def url
  @url
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



199
200
201
# File 'generated/google/apis/searchconsole_v1/classes.rb', line 199

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