Class: Google::Apis::WebmastersV3::ListSitesResponse

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
generated/google/apis/webmasters_v3/classes.rb,
generated/google/apis/webmasters_v3/representations.rb,
generated/google/apis/webmasters_v3/representations.rb

Overview

List of sites with access level information.

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods included from Core::JsonObjectSupport

#to_json

Methods included from Core::Hashable

process_value, #to_h

Constructor Details

#initialize(**args) ⇒ ListSitesResponse

Returns a new instance of ListSitesResponse.



263
264
265
# File 'generated/google/apis/webmasters_v3/classes.rb', line 263

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#site_entryArray<Google::Apis::WebmastersV3::WmxSite>

Contains permission level information about a Search Console site. For more information, see Permissions in Search Console. Corresponds to the JSON property siteEntry



261
262
263
# File 'generated/google/apis/webmasters_v3/classes.rb', line 261

def site_entry
  @site_entry
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



268
269
270
# File 'generated/google/apis/webmasters_v3/classes.rb', line 268

def update!(**args)
  @site_entry = args[:site_entry] if args.key?(:site_entry)
end