class Google::Apis::SiteVerificationV1::SiteVerificationWebResourceResource
Attributes
id[RW]
The string used to identify this site. This value should be used in the “id” portion of the REST URL for the Get, Update, and Delete operations. Corresponds to the JSON property `id` @return [String]
owners[RW]
The email addresses of all verified owners. Corresponds to the JSON property `owners` @return [Array<String>]
site[RW]
The address and type of a site that is verified or will be verified. Corresponds to the JSON property `site` @return [Google::Apis::SiteVerificationV1::SiteVerificationWebResourceResource::Site]
Public Class Methods
new(**args)
click to toggle source
# File generated/google/apis/site_verification_v1/classes.rb, line 146 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 151 def update!(**args) @id = args[:id] if args.key?(:id) @owners = args[:owners] if args.key?(:owners) @site = args[:site] if args.key?(:site) end