Class: Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ServicesStartIdentityVerificationRequest

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleAdsSearchads360V23ServicesStartIdentityVerificationRequest

Returns a new instance of GoogleAdsSearchads360V23ServicesStartIdentityVerificationRequest.



55405
55406
55407
# File 'lib/google/apis/searchads360_v23/classes.rb', line 55405

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

Instance Attribute Details

#verification_programString

Required. The verification program type for which we want to start the verification. Corresponds to the JSON property verificationProgram

Returns:

  • (String)


55403
55404
55405
# File 'lib/google/apis/searchads360_v23/classes.rb', line 55403

def verification_program
  @verification_program
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



55410
55411
55412
# File 'lib/google/apis/searchads360_v23/classes.rb', line 55410

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