Class: Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ServicesMutateBillingSetupResponse
- Inherits:
-
Object
- Object
- Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ServicesMutateBillingSetupResponse
- 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 a billing setup operation.
Instance Attribute Summary collapse
-
#result ⇒ Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ServicesMutateBillingSetupResult
Result for a single billing setup mutate.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleAdsSearchads360V23ServicesMutateBillingSetupResponse
constructor
A new instance of GoogleAdsSearchads360V23ServicesMutateBillingSetupResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleAdsSearchads360V23ServicesMutateBillingSetupResponse
Returns a new instance of GoogleAdsSearchads360V23ServicesMutateBillingSetupResponse.
45971 45972 45973 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 45971 def initialize(**args) update!(**args) end |
Instance Attribute Details
#result ⇒ Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ServicesMutateBillingSetupResult
Result for a single billing setup mutate.
Corresponds to the JSON property result
45969 45970 45971 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 45969 def result @result end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
45976 45977 45978 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 45976 def update!(**args) @result = args[:result] if args.key?(:result) end |