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.
41663 41664 41665 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 41663 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
41661 41662 41663 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 41661 def identity_verification @identity_verification end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
41668 41669 41670 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 41668 def update!(**args) @identity_verification = args[:identity_verification] if args.key?(:identity_verification) end |