Class: Google::Apis::SearchconsoleV1::SitesListResponse
- Inherits:
-
Object
- Object
- Google::Apis::SearchconsoleV1::SitesListResponse
- 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
List of sites with access level information.
Instance Attribute Summary collapse
-
#site_entry ⇒ Array<Google::Apis::SearchconsoleV1::WmxSite>
Contains permission level information about a Search Console site.
Instance Method Summary collapse
-
#initialize(**args) ⇒ SitesListResponse
constructor
A new instance of SitesListResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ SitesListResponse
Returns a new instance of SitesListResponse.
432 433 434 |
# File 'generated/google/apis/searchconsole_v1/classes.rb', line 432 def initialize(**args) update!(**args) end |
Instance Attribute Details
#site_entry ⇒ Array<Google::Apis::SearchconsoleV1::WmxSite>
Contains permission level information about a Search Console site. For more
information, see Permissions in Search Console.
Corresponds to the JSON property siteEntry
430 431 432 |
# File 'generated/google/apis/searchconsole_v1/classes.rb', line 430 def site_entry @site_entry end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
437 438 439 |
# File 'generated/google/apis/searchconsole_v1/classes.rb', line 437 def update!(**args) @site_entry = args[:site_entry] if args.key?(:site_entry) end |