class Google::Apis::WebmastersV3::UrlSampleDetails

Additional details about the URL, set only when calling get().

Attributes

containing_sitemaps[RW]

List of sitemaps pointing at this URL. Corresponds to the JSON property `containingSitemaps` @return [Array<String>]

linked_from_urls[RW]

A sample set of URLs linking to this URL. Corresponds to the JSON property `linkedFromUrls` @return [Array<String>]

Public Class Methods

new(**args) click to toggle source
# File generated/google/apis/webmasters_v3/classes.rb, line 428
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 433
def update!(**args)
  @containing_sitemaps = args[:containing_sitemaps] if args.key?(:containing_sitemaps)
  @linked_from_urls = args[:linked_from_urls] if args.key?(:linked_from_urls)
end