class Google::Apis::SearchconsoleV1::ResourceIssue
Information about a resource with issue.
Attributes
blocked_resource[RW]
Blocked resource. Corresponds to the JSON property `blockedResource` @return [Google::Apis::SearchconsoleV1::BlockedResource]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/searchconsole_v1/classes.rb, line 205 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/searchconsole_v1/classes.rb, line 210 def update!(**args) @blocked_resource = args[:blocked_resource] if args.key?(:blocked_resource) end