Class: Google::Apis::SearchconsoleV1::BlockedResource
- Inherits:
- 
      Object
      
        - Object
- Google::Apis::SearchconsoleV1::BlockedResource
 
- 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
- 
  
    
      #url  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    URL of the blocked resource. 
Instance Method Summary collapse
- 
  
    
      #initialize(**args)  ⇒ BlockedResource 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    A new instance of BlockedResource. 
- 
  
    
      #update!(**args)  ⇒ Object 
    
    
  
  
  
  
  
  
  
  
  
    Update properties of this object. 
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ BlockedResource
Returns a new instance of BlockedResource
| 34 35 36 | # File 'generated/google/apis/searchconsole_v1/classes.rb', line 34 def initialize(**args) update!(**args) end | 
Instance Attribute Details
#url ⇒ String
URL of the blocked resource.
Corresponds to the JSON property url
| 32 33 34 | # File 'generated/google/apis/searchconsole_v1/classes.rb', line 32 def url @url end | 
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
| 39 40 41 | # File 'generated/google/apis/searchconsole_v1/classes.rb', line 39 def update!(**args) @url = args[:url] if args.key?(:url) end |