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 generated/google/apis/webmasters_v3/classes.rb, line 263
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File generated/google/apis/webmasters_v3/classes.rb, line 268
def update!(**args)
  @site_entry = args[:site_entry] if args.key?(:site_entry)
end