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.



55321
55322
55323
# File 'lib/google/apis/searchads360_v23/classes.rb', line 55321

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)


55319
55320
55321
# File 'lib/google/apis/searchads360_v23/classes.rb', line 55319

def verification_program
  @verification_program
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



55326
55327
55328
# File 'lib/google/apis/searchads360_v23/classes.rb', line 55326

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