Class: Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ResourcesRecommendationAccountInfo
- Inherits:
-
Object
- Object
- Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ResourcesRecommendationAccountInfo
- 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
Wrapper for information about a Google Ads account.
Instance Attribute Summary collapse
-
#customer_id ⇒ Fixnum
Output only.
-
#descriptive_name ⇒ String
Output only.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleAdsSearchads360V23ResourcesRecommendationAccountInfo
constructor
A new instance of GoogleAdsSearchads360V23ResourcesRecommendationAccountInfo.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleAdsSearchads360V23ResourcesRecommendationAccountInfo
Returns a new instance of GoogleAdsSearchads360V23ResourcesRecommendationAccountInfo.
17734 17735 17736 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 17734 def initialize(**args) update!(**args) end |
Instance Attribute Details
#customer_id ⇒ Fixnum
Output only. The customer ID of the account.
Corresponds to the JSON property customerId
17727 17728 17729 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 17727 def customer_id @customer_id end |
#descriptive_name ⇒ String
Output only. The descriptive name of the account.
Corresponds to the JSON property descriptiveName
17732 17733 17734 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 17732 def descriptive_name @descriptive_name end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
17739 17740 17741 17742 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 17739 def update!(**args) @customer_id = args[:customer_id] if args.key?(:customer_id) @descriptive_name = args[:descriptive_name] if args.key?(:descriptive_name) end |