Class: Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ServicesMutateBillingSetupResponse

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

Response message for a billing setup operation.

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#resultGoogle::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