Class: Google::Apis::SearchconsoleV1::ResourceIssue

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

Information about a resource with issue.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ ResourceIssue

Returns a new instance of ResourceIssue.



205
206
207
# File 'generated/google/apis/searchconsole_v1/classes.rb', line 205

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

Instance Attribute Details

#blocked_resourceGoogle::Apis::SearchconsoleV1::BlockedResource

Blocked resource. Corresponds to the JSON property blockedResource



203
204
205
# File 'generated/google/apis/searchconsole_v1/classes.rb', line 203

def blocked_resource
  @blocked_resource
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



210
211
212
# File 'generated/google/apis/searchconsole_v1/classes.rb', line 210

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