class Google::Apis::SiteVerificationV1::ListWebResourceResponse

Attributes

items[RW]

The list of sites that are owned by the authenticated user. Corresponds to the JSON property `items` @return [Array<Google::Apis::SiteVerificationV1::SiteVerificationWebResourceResource>]

Public Class Methods

new(**args) click to toggle source
# File generated/google/apis/site_verification_v1/classes.rb, line 116
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

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