class Google::Apis::PlusDomainsV1::Activity::Actor::Verification

Verification status of actor.

Attributes

ad_hoc_verified[RW]

Verification for one-time or manual processes. Corresponds to the JSON property `adHocVerified` @return [String]

Public Class Methods

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

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

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