Class: Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ServicesGetIdentityVerificationResponse
- Inherits:
-
Object
- Object
- Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ServicesGetIdentityVerificationResponse
- 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
Response message for GetIdentityVerification.
Instance Attribute Summary collapse
-
#identity_verification ⇒ Array<Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ServicesIdentityVerification>
List of identity verifications for the customer.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleAdsSearchads360V23ServicesGetIdentityVerificationResponse
constructor
A new instance of GoogleAdsSearchads360V23ServicesGetIdentityVerificationResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleAdsSearchads360V23ServicesGetIdentityVerificationResponse
Returns a new instance of GoogleAdsSearchads360V23ServicesGetIdentityVerificationResponse.
42428 42429 42430 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 42428 def initialize(**args) update!(**args) end |
Instance Attribute Details
#identity_verification ⇒ Array<Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ServicesIdentityVerification>
List of identity verifications for the customer.
Corresponds to the JSON property identityVerification
42426 42427 42428 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 42426 def identity_verification @identity_verification end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
42433 42434 42435 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 42433 def update!(**args) @identity_verification = args[:identity_verification] if args.key?(:identity_verification) end |