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.



54467
54468
54469
# File 'lib/google/apis/searchads360_v23/classes.rb', line 54467

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)


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