Class: Google::Apis::PlusDomainsV1::Comment::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.



1485
1486
1487
# File 'generated/google/apis/plus_domains_v1/classes.rb', line 1485

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)


1483
1484
1485
# File 'generated/google/apis/plus_domains_v1/classes.rb', line 1483

def ad_hoc_verified
  @ad_hoc_verified
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1490
1491
1492
# File 'generated/google/apis/plus_domains_v1/classes.rb', line 1490

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