Class: Google::Apis::PlusDomainsV1::Activity::Object::Actor::Verification
- Inherits:
-
Object
- Object
- Google::Apis::PlusDomainsV1::Activity::Object::Actor::Verification
- 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
-
#ad_hoc_verified ⇒ String
Verification for one-time or manual processes.
Instance Method Summary collapse
-
#initialize(**args) ⇒ Verification
constructor
A new instance of Verification.
-
#update!(**args) ⇒ Object
Update properties of this object.
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
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_verified ⇒ String
Verification for one-time or manual processes.
Corresponds to the JSON property adHocVerified
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 |