Class: Google::Apis::SearchconsoleV1::InspectUrlIndexResponse
- Inherits:
-
Object
- Object
- Google::Apis::SearchconsoleV1::InspectUrlIndexResponse
- 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
Index-Status inspection response.
Instance Attribute Summary collapse
-
#inspection_result ⇒ Google::Apis::SearchconsoleV1::UrlInspectionResult
URL inspection result, including all inspection results.
Instance Method Summary collapse
-
#initialize(**args) ⇒ InspectUrlIndexResponse
constructor
A new instance of InspectUrlIndexResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ InspectUrlIndexResponse
Returns a new instance of InspectUrlIndexResponse.
430 431 432 |
# File 'lib/google/apis/searchconsole_v1/classes.rb', line 430 def initialize(**args) update!(**args) end |
Instance Attribute Details
#inspection_result ⇒ Google::Apis::SearchconsoleV1::UrlInspectionResult
URL inspection result, including all inspection results.
Corresponds to the JSON property inspectionResult
428 429 430 |
# File 'lib/google/apis/searchconsole_v1/classes.rb', line 428 def inspection_result @inspection_result end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
435 436 437 |
# File 'lib/google/apis/searchconsole_v1/classes.rb', line 435 def update!(**args) @inspection_result = args[:inspection_result] if args.key?(:inspection_result) end |