class Google::Apis::SearchconsoleV1::SitesListResponse

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](support.google.com/ webmasters/answer/2451999). Corresponds to the JSON property `siteEntry` @return [Array<Google::Apis::SearchconsoleV1::WmxSite>]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/searchconsole_v1/classes.rb, line 432
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 437
def update!(**args)
  @site_entry = args[:site_entry] if args.key?(:site_entry)
end