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.
55393 55394 55395 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 55393 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
55391 55392 55393 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 55391 def verification_program @verification_program end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
55398 55399 55400 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 55398 def update!(**args) @verification_program = args[:verification_program] if args.key?(:verification_program) end |