Class: Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ServicesStartIdentityVerificationRequest
- Inherits:
-
Object
- Object
- Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ServicesStartIdentityVerificationRequest
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/searchads360_v23/classes.rb,
lib/google/apis/searchads360_v23/representations.rb,
lib/google/apis/searchads360_v23/representations.rb
Overview
Request message for StartIdentityVerification.
Instance Attribute Summary collapse
-
#verification_program ⇒ String
Required.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleAdsSearchads360V23ServicesStartIdentityVerificationRequest
constructor
A new instance of GoogleAdsSearchads360V23ServicesStartIdentityVerificationRequest.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleAdsSearchads360V23ServicesStartIdentityVerificationRequest
Returns a new instance of GoogleAdsSearchads360V23ServicesStartIdentityVerificationRequest.
54467 54468 54469 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 54467 def initialize(**args) update!(**args) end |
Instance Attribute Details
#verification_program ⇒ String
Required. The verification program type for which we want to start the
verification.
Corresponds to the JSON property verificationProgram
54465 54466 54467 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 54465 def verification_program @verification_program end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
54472 54473 54474 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 54472 def update!(**args) @verification_program = args[:verification_program] if args.key?(:verification_program) end |