class Google::Apis::WebmastersV3::ListSitesResponse
List of sites with access level information.
Attributes
site_entry[RW]
Contains permission level information about a Search Console site. For more information, see Permissions in Search Console. Corresponds to the JSON property `siteEntry` @return [Array<Google::Apis::WebmastersV3::WmxSite>]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/webmasters_v3/classes.rb, line 271 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/webmasters_v3/classes.rb, line 276 def update!(**args) @site_entry = args[:site_entry] if args.key?(:site_entry) end