Class: Google::Apis::PlusDomainsV1::Activity::Object::Actor::Verification

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

Overview

Verification status of actor.

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) ⇒ Verification

Returns a new instance of Verification.



562
563
564
# File 'generated/google/apis/plus_domains_v1/classes.rb', line 562

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

Instance Attribute Details

#ad_hoc_verifiedString

Verification for one-time or manual processes. Corresponds to the JSON property adHocVerified

Returns:

  • (String)


560
561
562
# File 'generated/google/apis/plus_domains_v1/classes.rb', line 560

def ad_hoc_verified
  @ad_hoc_verified
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



567
568
569
# File 'generated/google/apis/plus_domains_v1/classes.rb', line 567

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